|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 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
java.io.IOException
public int read(byte[] buffer,
int offset,
int length)
throws java.io.IOException
java.io.IOException
public void close()
throws java.io.IOException
java.io.IOException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||