com.imagero.uio
Class AbstractRandomAccessRO.DataInputLE

java.lang.Object
com.imagero.uio.AbstractRandomAccessRO.DataInputLE
- All Implemented Interfaces:
- EDataInput
- Enclosing class:
- AbstractRandomAccessRO
- class AbstractRandomAccessRO.DataInputLE
- extends java.lang.Object
- implements EDataInput
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractRandomAccessRO.DataInputLE
AbstractRandomAccessRO.DataInputLE()
readShort
public short readShort()
throws java.io.IOException
- Specified by:
readShort in interface EDataInput
readUnsignedShort
public int readUnsignedShort()
throws java.io.IOException
- Specified by:
readUnsignedShort in interface EDataInput
readChar
public char readChar()
throws java.io.IOException
- Specified by:
readChar in interface EDataInput
readInt
public int readInt()
throws java.io.IOException
- Specified by:
readInt in interface EDataInput
readLong
public long readLong()
throws java.io.IOException
- Specified by:
readLong in interface EDataInput