All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.io.Writer | +----java.io.FilterWriter | +----sdsu.io.XorWriter
length
chars from the specified
char
array starting at offset offset
and Xor's each char with the stream's mask.
char
and Xor's it with the
stream's mask.
length
chars from the specified
string
starting at offset offset
and Xor's each char with the stream's mask.
public XorWriter(Writer out, char mask)
public void write(int output) throws IOException
char
and Xor's it with the
stream's mask.
char
.
public void write(char output[], int offset, int length) throws IOException
length
chars from the specified
char
array starting at offset offset
and Xor's each char with the stream's mask.
public void write(String output, int offset, int length) throws IOException
length
chars from the specified
string
starting at offset offset
and Xor's each char with the stream's mask.
All Packages Class Hierarchy This Package Previous Next Index