Package | Description |
---|---|
org.waarp.compress |
This package contains different compression implementations.
|
org.waarp.compress.zlib |
ZLIB native JRE implementation
|
org.waarp.compress.zstdjni |
ZSTD JNI implementation based on https://github.com/luben/zstd-jni
|
org.waarp.compress.zstdsafe |
ZSTD Safe implementation based on https://github.com/airlift/aircompressor
without Unsafe usage
|
org.waarp.compress.zstdunsafe |
ZSTD Unsafe implementation based on https://github.com/airlift/aircompressor
|
Class and Description |
---|
CompressorCodec |
MalformedInputException |
Class and Description |
---|
CompressorCodec |
MalformedInputException |
Class and Description |
---|
CompressorCodec |
MalformedInputException |
Class and Description |
---|
CompressorCodec |
MalformedInputException |
Class and Description |
---|
CompressorCodec |
MalformedInputException |
Copyright © 2009–2022 Waarp. All rights reserved.