Interface BufferedFile.SearchConsumer

All Known Implementing Classes:
BufferedFile.IndexSearchConsumer, BufferedFile.Search10Consumer
Enclosing class:
BufferedFile

public static interface BufferedFile.SearchConsumer
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    data(byte[] buf, int bufOffset, int length, long position)
     
    default void
    end(long position)
     
  • Method Details

    • data

      boolean data(byte[] buf, int bufOffset, int length, long position)
    • end

      default void end(long position)