Package org.mp4parser.muxer
Interface RandomAccessSource
-
- All Superinterfaces:
AutoCloseable,Closeable
- All Known Implementing Classes:
FileRandomAccessSourceImpl,InMemRandomAccessSourceImpl
public interface RandomAccessSource extends Closeable
Allows random access to some data source as some data structure such as chunks in an mdat require random access with absolute offsets.
-
-
Method Summary
Modifier and Type Method Description ByteBufferget(long offset, long size)
-
-
-
Method Detail
-
get
ByteBuffer get(long offset, long size) throws IOException
- Throws:
IOException
-
-