Uses of Class
ai.vespa.airlift.compress.MalformedInputException
Packages that use MalformedInputException
-
Uses of MalformedInputException in ai.vespa.airlift.compress
Methods in ai.vespa.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 ai.vespa.airlift.zstd
Methods in ai.vespa.airlift.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)