Module net.anwiba.commons.reference
Package net.anwiba.commons.reference.io
Class RandomFileInputAccess
java.lang.Object
net.anwiba.commons.reference.io.RandomFileInputAccess
- All Implemented Interfaces:
Closeable,DataInput,AutoCloseable,IRandomInputAccess
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RandomFileInputAccess
-
-
Method Details
-
skipBytes
- Specified by:
skipBytesin interfaceDataInput- Throws:
IOException
-
readUnsignedShort
- Specified by:
readUnsignedShortin interfaceDataInput- Throws:
IOException
-
readUnsignedByte
- Specified by:
readUnsignedBytein interfaceDataInput- Throws:
IOException
-
readUTF
- Specified by:
readUTFin interfaceDataInput- Throws:
IOException
-
readShort
- Specified by:
readShortin interfaceDataInput- Throws:
IOException
-
readLong
- Specified by:
readLongin interfaceDataInput- Throws:
IOException
-
readLine
- Specified by:
readLinein interfaceDataInput- Throws:
IOException
-
readInt
- Specified by:
readIntin interfaceDataInput- Throws:
IOException
-
readFully
- Specified by:
readFullyin interfaceDataInput- Throws:
IOException
-
readFully
- Specified by:
readFullyin interfaceDataInput- Throws:
IOException
-
readFloat
- Specified by:
readFloatin interfaceDataInput- Throws:
IOException
-
readDouble
- Specified by:
readDoublein interfaceDataInput- Throws:
IOException
-
readChar
- Specified by:
readCharin interfaceDataInput- Throws:
IOException
-
readByte
- Specified by:
readBytein interfaceDataInput- Throws:
IOException
-
readBoolean
- Specified by:
readBooleanin interfaceDataInput- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
seek
- Specified by:
seekin interfaceIRandomInputAccess- Throws:
IOException
-
getPointer
- Specified by:
getPointerin interfaceIRandomInputAccess- Throws:
IOException
-
length
- Specified by:
lengthin interfaceIRandomInputAccess- Throws:
IOException
-