@InterfaceAudience.Private public class ByteStringer extends Object
Modifier and Type | Method and Description |
---|---|
static ByteString |
wrap(byte[] array)
Wraps a byte array in a
ByteString without copying it. |
static ByteString |
wrap(byte[] array,
int offset,
int length)
Wraps a subset of a byte array in a
ByteString without copying it. |