public class XOROutputStream
extends java.io.BufferedOutputStream
Constructor and Description |
---|
XOROutputStream(java.io.OutputStream os,
byte[] key) |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |
void |
write(byte b) |
void |
write(byte[] b,
int off,
int len) |
public static void main(java.lang.String[] args) throws java.io.IOException
java.io.IOException
public void write(byte[] b, int off, int len) throws java.io.IOException
write
in class java.io.BufferedOutputStream
java.io.IOException
public void write(byte b) throws java.io.IOException
java.io.IOException