public class LZFOutputStream extends OutputStream
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
_outputBuffer |
protected OutputStream |
_outputStream |
protected int |
_position |
| Constructor and Description |
|---|
LZFOutputStream(OutputStream outputStream) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
void |
write(byte[] buffer,
int offset,
int length) |
void |
write(int singleByte) |
writeprotected final OutputStream _outputStream
protected byte[] _outputBuffer
protected int _position
public LZFOutputStream(OutputStream outputStream)
public void write(int singleByte)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] buffer,
int offset,
int length)
throws IOException
write in class OutputStreamIOExceptionpublic void flush()
throws IOException
flush in interface Flushableflush in class OutputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class OutputStreamIOExceptionCopyright © 2020. All rights reserved.