Uses of Class
io.airlift.compress.MalformedInputException
Packages that use MalformedInputException
Package
Description
-
Uses of MalformedInputException in io.airlift.compress
Methods in io.airlift.compress that throw MalformedInputExceptionModifier and TypeMethodDescriptionintDecompressor.decompress(byte[] input, int inputOffset, int inputLength, byte[] output, int outputOffset, int maxOutputLength)voidDecompressor.decompress(ByteBuffer input, ByteBuffer output) -
Uses of MalformedInputException in io.airlift.compress.lz4
Methods in io.airlift.compress.lz4 that throw MalformedInputExceptionModifier and TypeMethodDescriptionintLz4Decompressor.decompress(byte[] input, int inputOffset, int inputLength, byte[] output, int outputOffset, int maxOutputLength)voidLz4Decompressor.decompress(ByteBuffer inputBuffer, ByteBuffer outputBuffer) -
Uses of MalformedInputException in io.airlift.compress.lzo
Methods in io.airlift.compress.lzo that throw MalformedInputExceptionModifier and TypeMethodDescriptionintLzoDecompressor.decompress(byte[] input, int inputOffset, int inputLength, byte[] output, int outputOffset, int maxOutputLength)voidLzoDecompressor.decompress(ByteBuffer inputBuffer, ByteBuffer outputBuffer)static intLzoRawDecompressor.decompress(Object inputBase, long inputAddress, long inputLimit, Object outputBase, long outputAddress, long outputLimit) -
Uses of MalformedInputException in io.airlift.compress.snappy
Methods in io.airlift.compress.snappy that throw MalformedInputExceptionModifier and TypeMethodDescriptionintSnappyDecompressor.decompress(byte[] input, int inputOffset, int inputLength, byte[] output, int outputOffset, int maxOutputLength)voidSnappyDecompressor.decompress(ByteBuffer inputBuffer, ByteBuffer outputBuffer) -
Uses of MalformedInputException in io.airlift.compress.zstd
Methods in io.airlift.compress.zstd that throw MalformedInputExceptionModifier and TypeMethodDescriptionintZstdDecompressor.decompress(byte[] input, int inputOffset, int inputLength, byte[] output, int outputOffset, int maxOutputLength)voidZstdDecompressor.decompress(ByteBuffer inputBuffer, ByteBuffer outputBuffer)