|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.OutputStream
java.io.ByteArrayOutputStream
org.apache.hadoop.hive.common.io.NonSyncByteArrayOutputStream
org.apache.hadoop.hive.serde2.ByteStream.Output
public static class ByteStream.Output
Output.
| Field Summary |
|---|
| Fields inherited from class java.io.ByteArrayOutputStream |
|---|
buf, count |
| Constructor Summary | |
|---|---|
ByteStream.Output()
|
|
ByteStream.Output(int size)
|
|
| Method Summary | |
|---|---|
int |
getCount()
|
byte[] |
getData()
|
| Methods inherited from class org.apache.hadoop.hive.common.io.NonSyncByteArrayOutputStream |
|---|
getLength, reset, write, write, write, writeTo |
| Methods inherited from class java.io.ByteArrayOutputStream |
|---|
close, size, toByteArray, toString, toString, toString |
| Methods inherited from class java.io.OutputStream |
|---|
flush, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ByteStream.Output()
public ByteStream.Output(int size)
| Method Detail |
|---|
public byte[] getData()
getData in class NonSyncByteArrayOutputStreampublic int getCount()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||