cascading.tuple.hadoop.io
Class HadoopTupleInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
java.io.DataInputStream
cascading.tuple.io.TupleInputStream
cascading.tuple.hadoop.io.HadoopTupleInputStream
- All Implemented Interfaces:
- java.io.Closeable, java.io.DataInput
public class HadoopTupleInputStream
- extends TupleInputStream
Fields inherited from class java.io.FilterInputStream |
in |
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.io.FilterInputStream |
available, mark, markSupported, read, reset, skip |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HadoopTupleInputStream
public HadoopTupleInputStream(java.io.InputStream inputStream,
TupleInputStream.ElementReader elementReader)
getNumElements
public int getNumElements()
throws java.io.IOException
- Specified by:
getNumElements
in class TupleInputStream
- Throws:
java.io.IOException
readToken
public int readToken()
throws java.io.IOException
- Specified by:
readToken
in class TupleInputStream
- Throws:
java.io.IOException
getNextElement
public java.lang.Object getNextElement()
throws java.io.IOException
- Specified by:
getNextElement
in class TupleInputStream
- Throws:
java.io.IOException
readIndexTuple
public IndexTuple readIndexTuple(IndexTuple indexTuple)
throws java.io.IOException
- Specified by:
readIndexTuple
in class TupleInputStream
- Throws:
java.io.IOException
readVLong
public long readVLong()
throws java.io.IOException
- Throws:
java.io.IOException
readVInt
public int readVInt()
throws java.io.IOException
- Throws:
java.io.IOException
readString
public java.lang.String readString()
throws java.io.IOException
- Throws:
java.io.IOException
readType
protected final java.lang.Object readType(int type)
throws java.io.IOException
- Specified by:
readType
in class TupleInputStream
- Throws:
java.io.IOException
Copyright © 2007-2011 Concurrent, Inc. All Rights Reserved.