Class BufferedRandomAccessFile
java.lang.Object
java.io.RandomAccessFile
zombie.util.BufferedRandomAccessFile
- All Implemented Interfaces:
Closeable,DataInput,DataOutput,AutoCloseable
-
Constructor Summary
ConstructorsConstructorDescriptionBufferedRandomAccessFile(File file, String mode, int bufsize) BufferedRandomAccessFile(String filename, String mode, int bufsize) -
Method Summary
Methods inherited from class java.io.RandomAccessFile
close, getChannel, getFD, length, 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
-
Constructor Details
-
BufferedRandomAccessFile
- Throws:
IOException
-
BufferedRandomAccessFile
- Throws:
IOException
-
-
Method Details
-
read
- Overrides:
readin classRandomAccessFile- Throws:
IOException
-
read
- Overrides:
readin classRandomAccessFile- Throws:
IOException
-
read
- Overrides:
readin classRandomAccessFile- Throws:
IOException
-
getFilePointer
- Overrides:
getFilePointerin classRandomAccessFile- Throws:
IOException
-
seek
- Overrides:
seekin classRandomAccessFile- Throws:
IOException
-
getNextLine
- Throws:
IOException
-