public class ByteUtils extends Object
| Constructor and Description |
|---|
ByteUtils() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
toBytes(Object o) |
static byte[] |
toBytes(Object value,
Class<?> klass) |
static Object |
toObject(byte[] b,
Class<?> klass)
Builds Object from Bytes Picked from Hbase.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.