|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.hadoop.typedbytes.TypedBytesWritableInput
public class TypedBytesWritableInput
Provides functionality for reading typed bytes as Writable objects.
TypedBytesInput
Constructor Summary | |
---|---|
TypedBytesWritableInput(DataInput din)
Creates a new instance of TypedBytesWritableInput. |
|
TypedBytesWritableInput(TypedBytesInput in)
Creates a new instance of TypedBytesWritableInput. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TypedBytesWritableInput(TypedBytesInput in)
public TypedBytesWritableInput(DataInput din)
Method Detail |
---|
public static TypedBytesWritableInput get(TypedBytesInput in)
TypedBytesInput
.
in
- typed bytes input object
TypedBytesInput
.public static TypedBytesWritableInput get(DataInput in)
DataInput
.
in
- data input object
DataInput
.public Writable read() throws IOException
IOException
public Class<? extends Writable> readType() throws IOException
IOException
public BytesWritable readBytes(BytesWritable bw) throws IOException
IOException
public BytesWritable readBytes() throws IOException
IOException
public ByteWritable readByte(ByteWritable bw) throws IOException
IOException
public ByteWritable readByte() throws IOException
IOException
public BooleanWritable readBoolean(BooleanWritable bw) throws IOException
IOException
public BooleanWritable readBoolean() throws IOException
IOException
public IntWritable readInt(IntWritable iw) throws IOException
IOException
public IntWritable readInt() throws IOException
IOException
public VIntWritable readVInt(VIntWritable iw) throws IOException
IOException
public VIntWritable readVInt() throws IOException
IOException
public LongWritable readLong(LongWritable lw) throws IOException
IOException
public LongWritable readLong() throws IOException
IOException
public VLongWritable readVLong(VLongWritable lw) throws IOException
IOException
public VLongWritable readVLong() throws IOException
IOException
public FloatWritable readFloat(FloatWritable fw) throws IOException
IOException
public FloatWritable readFloat() throws IOException
IOException
public DoubleWritable readDouble(DoubleWritable dw) throws IOException
IOException
public DoubleWritable readDouble() throws IOException
IOException
public Text readText(Text t) throws IOException
IOException
public Text readText() throws IOException
IOException
public ArrayWritable readArray(ArrayWritable aw) throws IOException
IOException
public ArrayWritable readArray() throws IOException
IOException
public MapWritable readMap(MapWritable mw) throws IOException
IOException
public MapWritable readMap() throws IOException
IOException
public SortedMapWritable readSortedMap(SortedMapWritable mw) throws IOException
IOException
public SortedMapWritable readSortedMap() throws IOException
IOException
public Writable readWritable(Writable writable) throws IOException
IOException
public Writable readWritable() throws IOException
IOException
public Configuration getConf()
Configurable
getConf
in interface Configurable
public void setConf(Configuration conf)
Configurable
setConf
in interface Configurable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |