Uses of Class
org.apache.flink.runtime.io.compression.BufferDecompressionException
-
Packages that use BufferDecompressionException Package Description org.apache.flink.runtime.io.compression -
-
Uses of BufferDecompressionException in org.apache.flink.runtime.io.compression
Methods in org.apache.flink.runtime.io.compression that throw BufferDecompressionException Modifier and Type Method Description intAirBlockDecompressor. decompress(byte[] src, int srcOff, int srcLen, byte[] dst, int dstOff)intAirBlockDecompressor. decompress(ByteBuffer src, int srcOff, int srcLen, ByteBuffer dst, int dstOff)intBlockDecompressor. decompress(byte[] src, int srcOff, int srcLen, byte[] dst, int dstOff)Decompress source data read from src and write the decompressed data to dst.intBlockDecompressor. decompress(ByteBuffer src, int srcOff, int srcLen, ByteBuffer dst, int dstOff)Decompress source data read from (Buffer.position()+srcOff), and write the decompressed data to dst.intLz4BlockDecompressor. decompress(byte[] src, int srcOff, int srcLen, byte[] dst, int dstOff)intLz4BlockDecompressor. decompress(ByteBuffer src, int srcOff, int srcLen, ByteBuffer dst, int dstOff)static voidCompressorUtils. validateLength(int compressedLen, int originalLen)
-