|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.OutputStream
org.eclipse.net4j.util.io.DelegatingOutputStream
org.eclipse.net4j.util.io.XOROutputStream
public class XOROutputStream
Field Summary |
---|
Fields inherited from class org.eclipse.net4j.util.io.DelegatingOutputStream |
---|
out |
Constructor Summary | |
---|---|
XOROutputStream(java.io.OutputStream out,
int... key)
|
Method Summary | |
---|---|
int[] |
getKey()
|
void |
write(int b)
Writes the specified byte to this output stream. |
Methods inherited from class org.eclipse.net4j.util.io.DelegatingOutputStream |
---|
close, flush, getDelegate |
Methods inherited from class java.io.OutputStream |
---|
write, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XOROutputStream(java.io.OutputStream out, int... key)
Method Detail |
---|
public int[] getKey()
public void write(int b) throws java.io.IOException
DelegatingOutputStream
byte
to this output stream.
The write
method of DelegatingOutputStream
calls the write
method of its
underlying output stream, that is, it performs out.write(b).
Implements the abstract write method of OutputStream.
write
in class DelegatingOutputStream
b
- the byte
.
java.io.IOException
- if an I/O error occurs.
|
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 |