Interface ByteBufferSupplier


public interface ByteBufferSupplier
Interface for mapping a position to a corresponding byte buffer
Author:
raven
  • Method Summary

    Modifier and Type
    Method
    Description
    get(long offset)
     
    long
     
  • Method Details

    • get

      ByteBuffer get(long offset)
      Parameters:
      position -
      sizeHint -
      Returns:
    • getSize

      long getSize()