See: Description
| Class | Description |
|---|---|
| RandomAccessFileMedia |
Implementation of seekable media that uses a
RandomAccessFile. |
| SeekableCallbackMedia |
Base implementation for seekable media.
|
Most Java input streams are not seekable.
It may be possible to create a Java input stream that can seek, but it would require a bespoke implementation and may need to cache the entire media data in memory.
Copyright © 2009–2015 Caprica Software Limited. All rights reserved.