|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | 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 |
|---|
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
write in class java.io.FilterOutputStreamjava.io.IOException
public void write(byte[] b,
int offset,
int length)
throws java.io.IOException
write in class java.io.FilterOutputStreamjava.io.IOException
public void close()
throws java.io.IOException
close in class java.io.FilterOutputStreamjava.io.IOException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||