|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.io.InputStream
|
+--java.io.FilterInputStream
|
+--cryptix.tools.Scar.ScarInputStream
| Field Summary | |
(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
|
| Fields inherited from class java.io.FilterInputStream |
in |
| Constructor Summary | |
Scar.ScarInputStream(java.io.InputStream is)
|
|
| Method Summary | |
void |
close()
Override close in Base64InputStream to allow detection of scar footer line. |
int |
read()
|
int |
read(byte[] buffer,
int offset,
int length)
|
| Methods inherited from class java.io.FilterInputStream |
available, mark, markSupported, read, reset, skip |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
byte[] lineBuffer
boolean finished
PRZ24 crc
byte[] inBuf
byte[] outBuf
int inOff
int outOff
int outBufMax
| Constructor Detail |
public Scar.ScarInputStream(java.io.InputStream is)
throws java.io.IOException
| Method Detail |
public int read()
throws java.io.IOException
read in class java.io.FilterInputStream
public int read(byte[] buffer,
int offset,
int length)
throws java.io.IOException
read in class java.io.FilterInputStream
public void close()
throws java.io.IOException
close in class java.io.FilterInputStream
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||