org.apache.hadoop.hive.serde2
Class ByteStream.Input
java.lang.Object
java.io.InputStream
java.io.ByteArrayInputStream
org.apache.hadoop.hive.common.io.NonSyncByteArrayInputStream
org.apache.hadoop.hive.serde2.ByteStream.Input
- All Implemented Interfaces:
- Closeable
- Enclosing class:
- ByteStream
public static class ByteStream.Input
- extends NonSyncByteArrayInputStream
Input.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ByteStream.Input
public ByteStream.Input()
ByteStream.Input
public ByteStream.Input(byte[] buf)
ByteStream.Input
public ByteStream.Input(byte[] buf,
int offset,
int length)
getData
public byte[] getData()
getCount
public int getCount()
reset
public void reset(byte[] argBuf,
int argCount)
Copyright © 2013 The Apache Software Foundation