Interface AbstractFileRandomAccess

All Superinterfaces:
AutoCloseable, Closeable
All Known Implementing Classes:
RandomAccessImpl

public interface AbstractFileRandomAccess extends Closeable
  • Method Summary

    Modifier and Type
    Method
    Description
    long
     
    int
     
    int
    read(byte[] buf, int off, int len)
     
    void
    seek(long position)
     
    void
    setLength(long length)
     
    void
    write(byte[] buf, int off, int len)
     

    Methods inherited from interface java.io.Closeable

    close