cascading.tuple
Class TupleInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
java.io.DataInputStream
cascading.tuple.TupleInputStream
- All Implemented Interfaces:
- Closeable, DataInput
public class TupleInputStream
- extends DataInputStream
Class TupleInputStream is used internally to read Tuples from storage.
| Methods inherited from class java.io.DataInputStream |
read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, readUTF, skipBytes |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TupleInputStream
public TupleInputStream(InputStream inputStream,
TupleInputStream.ElementReader elementReader)
TupleInputStream
public TupleInputStream(InputStream inputStream)
readTuple
public Tuple readTuple()
throws IOException
- Throws:
IOException
readTuple
public Tuple readTuple(Tuple tuple)
throws IOException
- Throws:
IOException
readTuplePair
public TuplePair readTuplePair()
throws IOException
- Throws:
IOException
readTuplePair
public TuplePair readTuplePair(TuplePair tuplePair)
throws IOException
- Throws:
IOException
readIndexTuple
public IndexTuple readIndexTuple()
throws IOException
- Throws:
IOException
readIndexTuple
public IndexTuple readIndexTuple(IndexTuple indexTuple)
throws IOException
- Throws:
IOException
close
public void close()
throws IOException
- Specified by:
close in interface Closeable- Overrides:
close in class FilterInputStream
- Throws:
IOException
Copyright © 2007-2009 Concurrent, Inc. All Rights Reserved.