| 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 | Description |
|---|---|---|
static TypedBytesInput |
TypedBytesInput.get(java.io.DataInput in) |
Get a thread-local typed bytes input for the supplied
DataInput. |
| Modifier and Type | Method | Description |
|---|---|---|
static TypedBytesRecordInput |
TypedBytesRecordInput.get(TypedBytesInput in) |
Get a thread-local typed bytes record input for the supplied
TypedBytesInput. |
static TypedBytesWritableInput |
TypedBytesWritableInput.get(TypedBytesInput in) |
Get a thread-local typed bytes writable input for the supplied
TypedBytesInput. |
| Constructor | Description |
|---|---|
TypedBytesRecordInput(TypedBytesInput in) |
Creates a new instance of TypedBytesRecordInput.
|
TypedBytesWritableInput(TypedBytesInput in) |
Creates a new instance of TypedBytesWritableInput.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.