public class ClickHouseLZ4OutputStream extends OutputStream
| Constructor and Description |
|---|
ClickHouseLZ4OutputStream(OutputStream stream,
int maxCompressBlockSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
flush() |
void |
write(int b) |
close, write, writepublic ClickHouseLZ4OutputStream(OutputStream stream, int maxCompressBlockSize)
public void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic void flush()
throws IOException
flush in interface Flushableflush in class OutputStreamIOExceptionCopyright © 2020. All rights reserved.