Package org.eclipse.net4j.util.io
Class XORStreamWrapper
java.lang.Object
org.eclipse.net4j.util.io.XORStreamWrapper
- All Implemented Interfaces:
IStreamWrapper
- Author:
- Eike Stepper
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.io.IStreamWrapper
IStreamWrapper.Factory
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
XORStreamWrapper
public XORStreamWrapper(int[] key)
-
-
Method Details
-
getKey
public int[] getKey() -
wrapInputStream
- Specified by:
wrapInputStream
in interfaceIStreamWrapper
- Throws:
IOException
-
wrapOutputStream
- Specified by:
wrapOutputStream
in interfaceIStreamWrapper
- Throws:
IOException
-
finishInputStream
- Specified by:
finishInputStream
in interfaceIStreamWrapper
- Throws:
IOException
-
finishOutputStream
- Specified by:
finishOutputStream
in interfaceIStreamWrapper
- Throws:
IOException
-