final class Scar.ScarOutputStream
extends java.io.FilterOutputStream
Modifier and Type | Field and Description |
---|---|
(package private) PRZ24 |
crc |
(package private) byte[] |
inBuf |
(package private) int |
inOff |
(package private) int |
lineLength |
Constructor and Description |
---|
Scar.ScarOutputStream(java.io.OutputStream os) |
PRZ24 crc
byte[] inBuf
int inOff
int lineLength
public Scar.ScarOutputStream(java.io.OutputStream os) throws java.io.IOException
java.io.IOException
public void write(int b) throws java.io.IOException
write
in class java.io.FilterOutputStream
java.io.IOException
public void write(byte[] b, int offset, int length) throws java.io.IOException
write
in class java.io.FilterOutputStream
java.io.IOException
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.FilterOutputStream
java.io.IOException