final class Scar.ScarInputStream
extends java.io.FilterInputStream
| Modifier and Type | Field and Description |
|---|---|
(package private) PRZ24 |
crc |
(package private) boolean |
finished |
(package private) byte[] |
inBuf |
(package private) int |
inOff |
(package private) byte[] |
lineBuffer |
(package private) byte[] |
outBuf |
(package private) int |
outBufMax |
(package private) int |
outOff |
| Constructor and Description |
|---|
Scar.ScarInputStream(java.io.InputStream is) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Override close in Base64InputStream to allow detection of
scar footer line.
|
int |
read() |
int |
read(byte[] buffer,
int offset,
int length) |
byte[] lineBuffer
boolean finished
PRZ24 crc
byte[] inBuf
byte[] outBuf
int inOff
int outOff
int outBufMax
public Scar.ScarInputStream(java.io.InputStream is)
throws java.io.IOException
java.io.IOExceptionpublic int read()
throws java.io.IOException
read in class java.io.FilterInputStreamjava.io.IOExceptionpublic int read(byte[] buffer,
int offset,
int length)
throws java.io.IOException
read in class java.io.FilterInputStreamjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.FilterInputStreamjava.io.IOException