Package org.mp4parser.muxer
Class FileRandomAccessSourceImpl
- java.lang.Object
-
- org.mp4parser.muxer.FileRandomAccessSourceImpl
-
- All Implemented Interfaces:
Closeable,AutoCloseable,RandomAccessSource
public class FileRandomAccessSourceImpl extends Object implements RandomAccessSource
-
-
Constructor Summary
Constructors Constructor Description FileRandomAccessSourceImpl(RandomAccessFile raf)
-
-
-
Constructor Detail
-
FileRandomAccessSourceImpl
public FileRandomAccessSourceImpl(RandomAccessFile raf)
-
-
Method Detail
-
get
public ByteBuffer get(long offset, long size) throws IOException
- Specified by:
getin interfaceRandomAccessSource- Throws:
IOException
-
close
public void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
-