Class RandomAccessFileInputStream

java.lang.Object
java.io.InputStream
org.apache.commons.io.input.RandomAccessFileInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

Streams data from a RandomAccessFile starting at its current position.

To build an instance, use RandomAccessFileInputStream.Builder.

Since:
2.8.0
See Also: