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:
read
in classRandomAccessFile
- Throws:
IOException
-
read
- Overrides:
read
in classRandomAccessFile
- Throws:
IOException
-
read
- Overrides:
read
in classRandomAccessFile
- Throws:
IOException
-
getFilePointer
- Overrides:
getFilePointer
in classRandomAccessFile
- Throws:
IOException
-
seek
- Overrides:
seek
in classRandomAccessFile
- Throws:
IOException
-
getNextLine
- Throws:
IOException
-