cryptix.tools
Class Scar.ScarInputStream
FilterInputStream
cryptix.tools.Scar.ScarInputStream
- Scar
(package private) final class Scar.ScarInputStream
extends FilterInputStream
void | close() - Override close in Base64InputStream to allow detection of
scar footer line.
|
int | read()
|
int | read(byte[] buffer, int offset, int length)
|
crc
(package private) PRZ24 crc
finished
(package private) boolean finished
inBuf
(package private) byte[] inBuf
inOff
(package private) int inOff
lineBuffer
(package private) byte[] lineBuffer
outBuf
(package private) byte[] outBuf
outBufMax
(package private) int outBufMax
outOff
(package private) int outOff
ScarInputStream
public ScarInputStream(InputStream is)
throws IOException
close
public void close()
throws IOException
Override close in Base64InputStream to allow detection of
scar footer line. Basically munge lines until it gets to footer.
read
public int read()
throws IOException
read
public int read(byte[] buffer,
int offset,
int length)
throws IOException