public class MaskedInputStream
extends java.io.InputStream
Constructor and Description |
---|
MaskedInputStream() |
Modifier and Type | Method and Description |
---|---|
int |
available() |
void |
init(java.io.InputStream is) |
int |
read() |
boolean |
readMask() |
java.lang.String |
toString() |
public void init(java.io.InputStream is)
public boolean readMask() throws java.io.IOException
java.io.IOException
public int read() throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public int available() throws java.io.IOException
available
in class java.io.InputStream
java.io.IOException
public java.lang.String toString()
toString
in class java.lang.Object