com.mmbreakfast.unlod.lod
Class RandomAccessFileInputStream
java.lang.Object
java.io.InputStream
com.mmbreakfast.unlod.lod.RandomAccessFileInputStream
- public class RandomAccessFileInputStream
- extends InputStream
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
file
private RandomAccessFile file
length
private long length
RandomAccessFileInputStream
public RandomAccessFileInputStream(RandomAccessFile file)
throws IOException
read
public int read()
throws IOException
- Throws:
IOException
available
public int available()
throws IOException
- Throws:
IOException
getFile
public RandomAccessFile getFile()