public class XORInputStream
extends java.io.BufferedInputStream
| Constructor and Description |
|---|
XORInputStream(java.io.InputStream in,
byte[] key) |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] buf,
int off,
int len) |
public int read()
throws java.io.IOException
read in class java.io.BufferedInputStreamjava.io.IOExceptionpublic int read(byte[] buf,
int off,
int len)
throws java.io.IOException
read in class java.io.BufferedInputStreamjava.io.IOException