Wraps a RandomAccessFile to provide an OutputStream interface. Closing the output stream does not actually close the underlying file, so it is safe to pass this to clients that expect a normal OutputStream.
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.