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, skip
public 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 InputStream
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class InputStream
IOException
Copyright © 2016. All rights reserved.