Interface BinaryInput.LineConsumer

Enclosing class:
BinaryInput

private static interface BinaryInput.LineConsumer
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    process(byte[] buffer, int length)
     
  • Method Details

    • process

      byte[] process(byte[] buffer, int length)