Class XORStreamWrapper

  • All Implemented Interfaces:
    IStreamWrapper

    public class XORStreamWrapper
    extends java.lang.Object
    implements IStreamWrapper
    Author:
    Eike Stepper
    • Constructor Detail

      • XORStreamWrapper

        public XORStreamWrapper​(int[] key)
    • Method Detail

      • getKey

        public int[] getKey()
      • finishInputStream

        public void finishInputStream​(java.io.InputStream in)
                               throws java.io.IOException
        Specified by:
        finishInputStream in interface IStreamWrapper
        Throws:
        java.io.IOException
      • finishOutputStream

        public void finishOutputStream​(java.io.OutputStream out)
                                throws java.io.IOException
        Specified by:
        finishOutputStream in interface IStreamWrapper
        Throws:
        java.io.IOException