org.galagosearch.tupleflow
Class ArrayInput

java.lang.Object
  extended by org.galagosearch.tupleflow.ArrayInput

public class ArrayInput
extends java.lang.Object

Author:
trevor

Constructor Summary
ArrayInput(java.io.DataInput i)
           
 
Method Summary
 java.io.DataInput getDataInput()
           
 boolean readBoolean()
           
 byte readByte()
           
 byte[] readBytes()
           
 char readChar()
           
 char[] readChars()
           
 double readDouble()
           
 double[] readDoubles()
           
 float readFloat()
           
 float[] readFloats()
           
 int readInt()
           
 int[] readInts()
           
 long readLong()
           
 long[] readLongs()
           
 short readShort()
           
 short[] readShorts()
           
 java.lang.String readString()
           
 java.lang.String[] readStrings()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayInput

public ArrayInput(java.io.DataInput i)
Method Detail

readInt

public int readInt()
            throws java.io.IOException
Throws:
java.io.IOException

readInts

public int[] readInts()
               throws java.io.IOException
Throws:
java.io.IOException

readLong

public long readLong()
              throws java.io.IOException
Throws:
java.io.IOException

readLongs

public long[] readLongs()
                 throws java.io.IOException
Throws:
java.io.IOException

readChar

public char readChar()
              throws java.io.IOException
Throws:
java.io.IOException

readChars

public char[] readChars()
                 throws java.io.IOException
Throws:
java.io.IOException

readBoolean

public boolean readBoolean()
                    throws java.io.IOException
Throws:
java.io.IOException

readByte

public byte readByte()
              throws java.io.IOException
Throws:
java.io.IOException

readBytes

public byte[] readBytes()
                 throws java.io.IOException
Throws:
java.io.IOException

readShort

public short readShort()
                throws java.io.IOException
Throws:
java.io.IOException

readShorts

public short[] readShorts()
                   throws java.io.IOException
Throws:
java.io.IOException

readDouble

public double readDouble()
                  throws java.io.IOException
Throws:
java.io.IOException

readDoubles

public double[] readDoubles()
                     throws java.io.IOException
Throws:
java.io.IOException

readFloat

public float readFloat()
                throws java.io.IOException
Throws:
java.io.IOException

readFloats

public float[] readFloats()
                   throws java.io.IOException
Throws:
java.io.IOException

readString

public java.lang.String readString()
                            throws java.io.IOException
Throws:
java.io.IOException

readStrings

public java.lang.String[] readStrings()
                               throws java.io.IOException
Throws:
java.io.IOException

getDataInput

public java.io.DataInput getDataInput()


Copyright © 2009. All Rights Reserved.