Package io.trino.orc

Interface OrcDecompressor.OutputBuffer

Enclosing interface:
OrcDecompressor

public static interface OrcDecompressor.OutputBuffer
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    grow(int size)
     
    byte[]
    initialize(int size)
     
  • Method Details

    • initialize

      byte[] initialize(int size)
    • grow

      byte[] grow(int size)