Class ZstdDecompressionStream
java.lang.Object
dev.hallock.zstd.ZstdDecompressionStream
- All Implemented Interfaces:
AutoCloseable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()decompressStream(ZstdOutputBuffer output, ZstdInputBuffer input) longsizeOf()static longReturns the recommended size for the input bufferstatic longReturns the recommended size for the output buffer
-
Constructor Details
-
ZstdDecompressionStream
- Throws:
ZstdException
-
-
Method Details
-
decompressStream
-
sizeOf
public long sizeOf() -
close
- Specified by:
closein interfaceAutoCloseable- Throws:
ZstdException
-
streamInSize
public static long streamInSize()Returns the recommended size for the input buffer -
streamOutSize
public static long streamOutSize()Returns the recommended size for the output buffer
-