public class TFieldData
extends java.lang.Object
TField into a single int.
This encoding scheme obviates the need to instantiate TField
during the partial deserialization process.| Constructor and Description |
|---|
TFieldData() |
| Modifier and Type | Method and Description |
|---|---|
static int |
encode(byte type) |
static int |
encode(byte type,
short id) |
static short |
getId(int data) |
static byte |
getType(int data) |