Interface SectionDataConsumer


public interface SectionDataConsumer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(byte[] data, int start, int end)
     
  • Method Details

    • accept

      void accept(byte[] data, int start, int end)