public class EncryptedInputStream extends InputStream
Constructor and Description |
---|
EncryptedInputStream(InputStream myInputStream) |
Modifier and Type | Method and Description |
---|---|
int |
read() |
available, close, mark, markSupported, read, read, reset, skip
public EncryptedInputStream(InputStream myInputStream)
public int read() throws IOException
read
in class InputStream
IOException