Interface DataConsumer

All Known Implementing Classes:
BytesDataConsumer

public interface DataConsumer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(byte[] bytes, int position, int length)
     
  • Method Details

    • accept

      void accept(byte[] bytes, int position, int length)