|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.net4j.util.io.XORStreamWrapper
public class XORStreamWrapper
Constructor Summary | |
---|---|
XORStreamWrapper(int[] key)
|
Method Summary | |
---|---|
void |
finishInputStream(java.io.InputStream in)
|
void |
finishOutputStream(java.io.OutputStream out)
|
int[] |
getKey()
|
XORInputStream |
wrapInputStream(java.io.InputStream in)
|
XOROutputStream |
wrapOutputStream(java.io.OutputStream out)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XORStreamWrapper(int[] key)
Method Detail |
---|
public int[] getKey()
public XORInputStream wrapInputStream(java.io.InputStream in) throws java.io.IOException
wrapInputStream
in interface IStreamWrapper
java.io.IOException
public XOROutputStream wrapOutputStream(java.io.OutputStream out) throws java.io.IOException
wrapOutputStream
in interface IStreamWrapper
java.io.IOException
public void finishInputStream(java.io.InputStream in) throws java.io.IOException
finishInputStream
in interface IStreamWrapper
java.io.IOException
public void finishOutputStream(java.io.OutputStream out) throws java.io.IOException
finishOutputStream
in interface IStreamWrapper
java.io.IOException
|
Copyright (c) 2004 - 2008 Eike Stepper, Germany. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |