|
TV-Browser 3.3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.io.RandomAccessFile util.io.BufferedRandomAccessFile
public class BufferedRandomAccessFile
buffered RandomAccessFile for faster reading
Constructor Summary | |
---|---|
BufferedRandomAccessFile(java.io.File file,
java.lang.String mode)
|
|
BufferedRandomAccessFile(java.lang.String filename,
java.lang.String mode)
|
Method Summary | |
---|---|
long |
getFilePointer()
|
int |
read()
|
int |
read(byte[] b,
int off,
int len)
|
void |
seek(long pos)
|
Methods inherited from class java.io.RandomAccessFile |
---|
close, getChannel, getFD, length, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, setLength, skipBytes, write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BufferedRandomAccessFile(java.io.File file, java.lang.String mode) throws java.io.IOException
java.io.IOException
public BufferedRandomAccessFile(java.lang.String filename, java.lang.String mode) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public final int read() throws java.io.IOException
read
in class java.io.RandomAccessFile
java.io.IOException
public int read(byte[] b, int off, int len) throws java.io.IOException
read
in class java.io.RandomAccessFile
java.io.IOException
public long getFilePointer() throws java.io.IOException
getFilePointer
in class java.io.RandomAccessFile
java.io.IOException
public void seek(long pos) throws java.io.IOException
seek
in class java.io.RandomAccessFile
java.io.IOException
|
TV-Browser 3.3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |