Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.imagero.uio
Class AbstractRandomAccessRO.DataInputLE  view AbstractRandomAccessRO.DataInputLE download AbstractRandomAccessRO.DataInputLE.java

java.lang.Object
  extended bycom.imagero.uio.AbstractRandomAccessRO.DataInputLE
All Implemented Interfaces:
EDataInput
Enclosing class:
AbstractRandomAccessRO

class AbstractRandomAccessRO.DataInputLE
extends java.lang.Object
implements EDataInput


Constructor Summary
(package private) AbstractRandomAccessRO.DataInputLE()
           
 
Method Summary
 char readChar()
           
 int readInt()
           
 long readLong()
           
 short readShort()
           
 int readUnsignedShort()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractRandomAccessRO.DataInputLE

AbstractRandomAccessRO.DataInputLE()
Method Detail

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