Package org.apache.orc.impl
Interface HadoopShims.DirectDecompressor
- Enclosing interface:
- HadoopShims
public static interface HadoopShims.DirectDecompressor
-
Method Summary
Modifier and TypeMethodDescriptionvoiddecompress(ByteBuffer var1, ByteBuffer var2) Decompress the in buffer to the out buffer.voidend()End the decompressor.voidreset()Reset the decompressor.
-
Method Details
-
decompress
Decompress the in buffer to the out buffer.- Parameters:
var1- the bytes to decompressvar2- the decompressed bytes- Throws:
IOException- if there is an error
-
reset
void reset()Reset the decompressor. -
end
void end()End the decompressor.
-