Interface RandomAccess

All Known Implementing Classes:
File, MemoryRandomAccess

public interface RandomAccess
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    long
     
    long
    read(byte[] ba, int offset, int length)
     
    void
    seek(long l)