Uses of Class
io.airlift.compress.v3.MalformedInputException
Packages that use MalformedInputException
Package
Description
-
Uses of MalformedInputException in io.airlift.compress.v3
Methods in io.airlift.compress.v3 that throw MalformedInputExceptionModifier and TypeMethodDescriptionintDecompressor.decompress(byte[] input, int inputOffset, int inputLength, byte[] output, int outputOffset, int maxOutputLength) intDecompressor.decompress(MemorySegment input, MemorySegment output) -
Uses of MalformedInputException in io.airlift.compress.v3.deflate
Methods in io.airlift.compress.v3.deflate that throw MalformedInputExceptionModifier and TypeMethodDescriptionintDeflateDecompressor.decompress(byte[] input, int inputOffset, int inputLength, byte[] output, int outputOffset, int maxOutputLength) intDeflateDecompressor.decompress(MemorySegment input, MemorySegment output) -
Uses of MalformedInputException in io.airlift.compress.v3.lz4
Methods in io.airlift.compress.v3.lz4 that throw MalformedInputExceptionModifier and TypeMethodDescriptionintLz4JavaDecompressor.decompress(byte[] input, int inputOffset, int inputLength, byte[] output, int outputOffset, int maxOutputLength) -
Uses of MalformedInputException in io.airlift.compress.v3.lzo
Methods in io.airlift.compress.v3.lzo that throw MalformedInputExceptionModifier and TypeMethodDescriptionintLzoDecompressor.decompress(byte[] input, int inputOffset, int inputLength, byte[] output, int outputOffset, int maxOutputLength) intLzoDecompressor.decompress(MemorySegment input, MemorySegment output) -
Uses of MalformedInputException in io.airlift.compress.v3.snappy
Methods in io.airlift.compress.v3.snappy that throw MalformedInputExceptionModifier and TypeMethodDescriptionintSnappyJavaDecompressor.decompress(byte[] input, int inputOffset, int inputLength, byte[] output, int outputOffset, int maxOutputLength) intSnappyJavaDecompressor.decompress(MemorySegment input, MemorySegment output) -
Uses of MalformedInputException in io.airlift.compress.v3.zstd
Methods in io.airlift.compress.v3.zstd that throw MalformedInputExceptionModifier and TypeMethodDescriptionintZstdJavaDecompressor.decompress(byte[] input, int inputOffset, int inputLength, byte[] output, int outputOffset, int maxOutputLength) intZstdJavaDecompressor.decompress(MemorySegment input, MemorySegment output)