Package zombie.util
Class BufferedRandomAccessFile
java.lang.Object
java.io.RandomAccessFile
zombie.util.BufferedRandomAccessFile
- All Implemented Interfaces:
Closeable
,DataInput
,DataOutput
,AutoCloseable
-
Constructor Summary
ConstructorDescriptionBufferedRandomAccessFile
(File file, String string, int int1) BufferedRandomAccessFile
(String string, String string2, int int1) -
Method Summary
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
-
Constructor Details
-
BufferedRandomAccessFile
- Throws:
IOException
-
BufferedRandomAccessFile
- Throws:
IOException
-
-
Method Details
-
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
-