Class LZ4InputStream
java.lang.Object
java.io.InputStream
com.firebolt.jdbc.resultset.compress.LZ4InputStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
Reader from clickhouse in lz4
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.InputStream
available, mark, markSupported, nullInputStream, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Field Details
-
MAGIC
public static final int MAGIC- See Also:
-
SPACE
public static final int SPACE- See Also:
-
-
Constructor Details
-
LZ4InputStream
-
-
Method Details
-
read
- Specified by:
read
in classInputStream
- Throws:
IOException
-
read
- Overrides:
read
in classInputStream
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classInputStream
- Throws:
IOException
-
readNextBlock
- Throws:
IOException
-