Uses of Class
org.galagosearch.tupleflow.ArrayInput

Packages that use ArrayInput
org.galagosearch.tupleflow   
 

Uses of ArrayInput in org.galagosearch.tupleflow
 

Fields in org.galagosearch.tupleflow declared as ArrayInput
protected  ArrayInput OrderedReader.input
           
 

Methods in org.galagosearch.tupleflow with parameters of type ArrayInput
static java.lang.String Delta.decode(ArrayInput input, java.lang.String last)
           
static int Delta.decodeAscending(ArrayInput input, int last)
           
static long Delta.decodeAscending(ArrayInput input, long last)
           
static java.lang.String Delta.decodeAscending(ArrayInput input, java.lang.String last)
           
static int Delta.decodeDescending(ArrayInput input, int last)
           
static long Delta.decodeDescending(ArrayInput input, long last)
           
static java.lang.String Delta.decodeDescending(ArrayInput input, java.lang.String last)
           
 TypeReader<T> Order.orderedReader(ArrayInput input)
          Produces an OrderedReader object.
 TypeReader<T> Order.orderedReader(ArrayInput input, int bufferSize)
          Produces an OrderedReader object.
 

Constructors in org.galagosearch.tupleflow with parameters of type ArrayInput
OrderedReader(ArrayInput input)
           
OrderedReader(ArrayInput input, Processor<T> processor)
           
 



Copyright © 2009. All Rights Reserved.