cascading.tuple
Interface TupleInputStream.ElementReader

All Known Implementing Classes:
SerializationElementReader
Enclosing class:
TupleInputStream

public static interface TupleInputStream.ElementReader


Method Summary
 void close()
           
 Comparable read(int token, DataInputStream inputStream)
           
 

Method Detail

read

Comparable read(int token,
                DataInputStream inputStream)
                throws IOException
Throws:
IOException

close

void close()


Copyright © 2007-2009 Concurrent, Inc. All Rights Reserved.