public class EEXECDecryption extends InputStream implements EEXECConstants
C1, C2, CHARSTRING_R, EEXEC_R, N| Constructor and Description |
|---|
EEXECDecryption(InputStream in)
Creates an EEXECDecryption from the given stream
|
EEXECDecryption(InputStream in,
int r,
int n)
Creates an EEXECDecryption from the given stream
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read() |
available, mark, markSupported, read, read, reset, skippublic EEXECDecryption(InputStream in)
in - stream to read frompublic EEXECDecryption(InputStream in, int r, int n)
in - stream to read fromr - n - public int read()
throws IOException
read in class InputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionCopyright © 2016. All rights reserved.