public class CompressedBuffedWriter extends Object implements BuffedWriter
| Constructor and Description |
|---|
CompressedBuffedWriter(int capacity,
BuffedWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
void |
flushToTarget(boolean force) |
void |
writeBinary(byte byt) |
void |
writeBinary(byte[] bytes) |
void |
writeBinary(byte[] bytes,
int offset,
int length) |
public CompressedBuffedWriter(int capacity,
BuffedWriter writer)
public void writeBinary(byte byt)
throws IOException
writeBinary in interface BuffedWriterIOExceptionpublic void writeBinary(byte[] bytes)
throws IOException
writeBinary in interface BuffedWriterIOExceptionpublic void writeBinary(byte[] bytes,
int offset,
int length)
throws IOException
writeBinary in interface BuffedWriterIOExceptionpublic void flushToTarget(boolean force)
throws IOException
flushToTarget in interface BuffedWriterIOExceptionCopyright © 2021. All rights reserved.