Interface HadoopShims.DirectDecompressor

Enclosing interface:
HadoopShims

public static interface HadoopShims.DirectDecompressor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Decompress the in buffer to the out buffer.
    void
    end()
    End the decompressor.
    void
    Reset the decompressor.
  • Method Details

    • decompress

      void decompress(ByteBuffer var1, ByteBuffer var2) throws IOException
      Decompress the in buffer to the out buffer.
      Parameters:
      var1 - the bytes to decompress
      var2 - the decompressed bytes
      Throws:
      IOException - if there is an error
    • reset

      void reset()
      Reset the decompressor.
    • end

      void end()
      End the decompressor.