Wraps a RandomAccessFile to provide an InputStream interface. Closing the input stream does not actually close the underlying file, so it is safe to pass this to clients that expect a normal InputStream.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.