Implements random reading from a {@link javax.microedition.io.file.FileConnection FileConnection}The essential methods are {@link RandomReadingFile#seek(int) seek(int position)}and {@link RandomReadingFile#getPointer() getPointer()}. This class also re-implements all the methods from {@link java.io.InputStream}All other methods are only wrappings around the underlying {@link java.io.DataInputStream} or FileConnection
@author Svetlin Ankov
@version 1.0.0
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.