public class BufferedRandomAccessFile extends RandomAccessFile
Constructor and Description |
---|
BufferedRandomAccessFile(File file,
String mode) |
BufferedRandomAccessFile(String filename,
String mode) |
Modifier and Type | Method and Description |
---|---|
long |
getFilePointer() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
void |
seek(long pos) |
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
public BufferedRandomAccessFile(File file, String mode) throws IOException
IOException
public BufferedRandomAccessFile(String filename, String mode) throws IOException
IOException
public final int read() throws IOException
read
in class RandomAccessFile
IOException
public int read(byte[] b, int off, int len) throws IOException
read
in class RandomAccessFile
IOException
public long getFilePointer() throws IOException
getFilePointer
in class RandomAccessFile
IOException
public void seek(long pos) throws IOException
seek
in class RandomAccessFile
IOException
TV-Browser 2.7.6, Copyright (C) 04-2003 Martin Oberhauser (martin@tvbrowser.org)