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