Interface DataConsumer

All Known Implementing Classes:
ByteArrayDataConsumer, FillByteArrayDataConsumer, FillByteBufferDataConsumer, OutputStreamDataConsumer, SkipDataConsumer

public interface DataConsumer
DataConsumer
Version:
0.0.1
Author:
scx567888
  • 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)