Interface BinFileSearcher.BinFileProgressListener

Enclosing class:
BinFileSearcher

public static interface BinFileSearcher.BinFileProgressListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onProgress(List<Long> pointerList, float progress, float currentPosition, float startPosition, long maxSizeToRead)
     
  • Method Details

    • onProgress

      void onProgress(List<Long> pointerList, float progress, float currentPosition, float startPosition, long maxSizeToRead)