Class ClickHouseLZ4InputStream
java.lang.Object
java.io.InputStream
com.clickhouse.client.api.internal.ClickHouseLZ4InputStream
- All Implemented Interfaces:
Closeable,AutoCloseable
-
Constructor Summary
ConstructorsConstructorDescriptionClickHouseLZ4InputStream(InputStream in, net.jpountz.lz4.LZ4FastDecompressor decompressor, int bufferSize) -
Method Summary
Methods inherited from class java.io.InputStream
available, mark, markSupported, nullInputStream, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Constructor Details
-
ClickHouseLZ4InputStream
public ClickHouseLZ4InputStream(InputStream in, net.jpountz.lz4.LZ4FastDecompressor decompressor, int bufferSize)
-
-
Method Details
-
read
- Specified by:
readin classInputStream- Throws:
IOException
-
read
- Overrides:
readin classInputStream- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classInputStream- Throws:
IOException
-