Class ZstdCompressionDictionary
java.lang.Object
dev.hallock.zstd.ZstdCompressionDictionary
- All Implemented Interfaces:
AutoCloseable
-
Constructor Summary
ConstructorsConstructorDescriptionZstdCompressionDictionary(MemorySegment dict, int compressionLevel) ZstdCompressionDictionary(MemorySegment dict, long dictSize, int compressionLevel) -
Method Summary
-
Constructor Details
-
ZstdCompressionDictionary
-
ZstdCompressionDictionary
-
-
Method Details
-
compressionLevel
public int compressionLevel() -
size
public long size() -
sizeOf
public long sizeOf() -
dictID
public int dictID() -
close
- Specified by:
closein interfaceAutoCloseable- Throws:
ZstdException
-