Class RawBytesTerminated

java.lang.Object
org.apache.hadoop.hbase.types.TerminatedWrapper<byte[]>
org.apache.hadoop.hbase.types.RawBytesTerminated
All Implemented Interfaces:
DataType<byte[]>

@Public public class RawBytesTerminated extends TerminatedWrapper<byte[]>
An DataType that encodes variable-length values encoded using Bytes.putBytes(byte[], int, byte[], int, int). Includes a termination marker following the raw byte[] value. Intended to make it easier to transition away from direct use of Bytes.
See Also: