Index
All Classes and Interfaces|All Packages|Serialized Form
A
- ai.vespa.airlift.compress - package ai.vespa.airlift.compress
- ai.vespa.airlift.zstd - package ai.vespa.airlift.zstd
- available() - Method in class ai.vespa.airlift.zstd.ZstdInputStream
C
- close() - Method in class ai.vespa.airlift.zstd.ZstdInputStream
- compress(byte[], int, int, byte[], int, int) - Method in interface ai.vespa.airlift.compress.Compressor
- compress(byte[], int, int, byte[], int, int) - Method in class ai.vespa.airlift.zstd.ZstdCompressor
- compress(ByteBuffer, ByteBuffer) - Method in interface ai.vespa.airlift.compress.Compressor
- compress(ByteBuffer, ByteBuffer) - Method in class ai.vespa.airlift.zstd.ZstdCompressor
- Compressor - Interface in ai.vespa.airlift.compress
D
- decompress(byte[], int, int, byte[], int, int) - Method in interface ai.vespa.airlift.compress.Decompressor
- decompress(byte[], int, int, byte[], int, int) - Method in class ai.vespa.airlift.zstd.ZstdDecompressor
- decompress(ByteBuffer, ByteBuffer) - Method in interface ai.vespa.airlift.compress.Decompressor
- decompress(ByteBuffer, ByteBuffer) - Method in class ai.vespa.airlift.zstd.ZstdDecompressor
- Decompressor - Interface in ai.vespa.airlift.compress
G
- getDecompressedSize(byte[], int, int) - Static method in class ai.vespa.airlift.zstd.ZstdDecompressor
- getOffset() - Method in exception ai.vespa.airlift.compress.MalformedInputException
I
- IncompatibleJvmException - Exception in ai.vespa.airlift.compress
- IncompatibleJvmException(String) - Constructor for exception ai.vespa.airlift.compress.IncompatibleJvmException
M
- MalformedInputException - Exception in ai.vespa.airlift.compress
- MalformedInputException(long) - Constructor for exception ai.vespa.airlift.compress.MalformedInputException
- MalformedInputException(long, String) - Constructor for exception ai.vespa.airlift.compress.MalformedInputException
- maxCompressedLength(int) - Method in interface ai.vespa.airlift.compress.Compressor
- maxCompressedLength(int) - Method in class ai.vespa.airlift.zstd.ZstdCompressor
R
- read() - Method in class ai.vespa.airlift.zstd.ZstdInputStream
- read(byte[]) - Method in class ai.vespa.airlift.zstd.ZstdInputStream
- read(byte[], int, int) - Method in class ai.vespa.airlift.zstd.ZstdInputStream
Z
- ZstdCompressor - Class in ai.vespa.airlift.zstd
- ZstdCompressor() - Constructor for class ai.vespa.airlift.zstd.ZstdCompressor
- ZstdDecompressor - Class in ai.vespa.airlift.zstd
- ZstdDecompressor() - Constructor for class ai.vespa.airlift.zstd.ZstdDecompressor
- ZstdInputStream - Class in ai.vespa.airlift.zstd
-
Take a compressed InputStream and decompress it as needed
- ZstdInputStream(InputStream) - Constructor for class ai.vespa.airlift.zstd.ZstdInputStream
- ZstdInputStream(InputStream, int) - Constructor for class ai.vespa.airlift.zstd.ZstdInputStream
All Classes and Interfaces|All Packages|Serialized Form