| Package | Description |
|---|---|
| org.apache.hadoop.typedbytes |
Typed bytes are sequences of bytes in which the first byte is a type code.
|
| Modifier and Type | Method and Description |
|---|---|
static TypedBytesOutput |
TypedBytesOutput.get(DataOutput out)
Get a thread-local typed bytes output for the supplied
DataOutput. |
| Modifier and Type | Method and Description |
|---|---|
static TypedBytesWritableOutput |
TypedBytesWritableOutput.get(TypedBytesOutput out)
Get a thread-local typed bytes writable input for the supplied
TypedBytesOutput. |
static TypedBytesRecordOutput |
TypedBytesRecordOutput.get(TypedBytesOutput out)
Get a thread-local typed bytes record input for the supplied
TypedBytesOutput. |
| Constructor and Description |
|---|
TypedBytesRecordOutput(TypedBytesOutput out)
Creates a new instance of TypedBytesRecordOutput.
|
TypedBytesWritableOutput(TypedBytesOutput out)
Creates a new instance of TypedBytesWritableOutput.
|
Copyright © 2014 Apache Software Foundation. All Rights Reserved.