|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.io.OutputStream | +--java.io.FilterOutputStream | +--cryptix.tools.Scar.ScarOutputStream
Field Summary | |
(package private) PRZ24 |
crc
|
(package private) byte[] |
inBuf
|
(package private) int |
inOff
|
(package private) int |
lineLength
|
Fields inherited from class java.io.FilterOutputStream |
out |
Constructor Summary | |
Scar.ScarOutputStream(java.io.OutputStream os)
|
Method Summary | |
void |
close()
|
void |
write(byte[] b,
int offset,
int length)
|
void |
write(int b)
|
Methods inherited from class java.io.FilterOutputStream |
flush, write |
Methods inherited from class java.lang.Object |
|
Field Detail |
PRZ24 crc
byte[] inBuf
int inOff
int lineLength
Constructor Detail |
public Scar.ScarOutputStream(java.io.OutputStream os) throws java.io.IOException
Method Detail |
public void write(int b) throws java.io.IOException
write
in class java.io.FilterOutputStream
public void write(byte[] b, int offset, int length) throws java.io.IOException
write
in class java.io.FilterOutputStream
public void close() throws java.io.IOException
close
in class java.io.FilterOutputStream
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |