| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.types | 
 This package provides the definition and implementation of HBase's
 extensible data type API. | 
| org.apache.hadoop.hbase.util | 
| Modifier and Type | Field and Description | 
|---|---|
| protected PositionedByteRange | StructIterator. src | 
| Modifier and Type | Method and Description | 
|---|---|
| Short | OrderedInt16. decode(PositionedByteRange src) | 
| Integer | RawInteger. decode(PositionedByteRange src) | 
| Double | RawDouble. decode(PositionedByteRange src) | 
| Number | OrderedNumeric. decode(PositionedByteRange src) | 
| Float | OrderedFloat32. decode(PositionedByteRange src) | 
| T | DataType. decode(PositionedByteRange src)Read an instance of  Tfrom the buffersrc. | 
| Float | RawFloat. decode(PositionedByteRange src) | 
| T | TerminatedWrapper. decode(PositionedByteRange src) | 
| Short | RawShort. decode(PositionedByteRange src) | 
| byte[] | RawBytes. decode(PositionedByteRange src) | 
| Double | OrderedFloat64. decode(PositionedByteRange src) | 
| Integer | OrderedInt32. decode(PositionedByteRange src) | 
| Byte | OrderedInt8. decode(PositionedByteRange src) | 
| T | FixedLengthWrapper. decode(PositionedByteRange src) | 
| String | OrderedString. decode(PositionedByteRange src) | 
| Long | OrderedInt64. decode(PositionedByteRange src) | 
| String | RawString. decode(PositionedByteRange src) | 
| byte[] | OrderedBlobVar. decode(PositionedByteRange src) | 
| Byte | RawByte. decode(PositionedByteRange src) | 
| Object[] | Struct. decode(PositionedByteRange src) | 
| byte[] | OrderedBlob. decode(PositionedByteRange src) | 
| Long | RawLong. decode(PositionedByteRange src) | 
| org.apache.hadoop.hbase.protobuf.generated.CellProtos.Cell | PBCell. decode(PositionedByteRange src) | 
| byte[] | RawBytesFixedLength. decode(PositionedByteRange src,
      int length)Read a  byte[]from the buffersrc. | 
| byte[] | RawBytes. decode(PositionedByteRange src,
      int length)Read a  byte[]from the buffersrc. | 
| byte[] | RawBytesTerminated. decode(PositionedByteRange src,
      int length)Read a  byte[]from the buffersrc. | 
| Object | Struct. decode(PositionedByteRange src,
      int index)Read the field at  index. | 
| A | Union2. decodeA(PositionedByteRange src)Read an instance of the first type parameter from buffer  src. | 
| B | Union2. decodeB(PositionedByteRange src)Read an instance of the second type parameter from buffer  src. | 
| byte | OrderedInt8. decodeByte(PositionedByteRange src)Read a  bytevalue from the buffersrc. | 
| C | Union3. decodeC(PositionedByteRange src)Read an instance of the third type parameter from buffer  src. | 
| D | Union4. decodeD(PositionedByteRange src)Read an instance of the fourth type parameter from buffer  src. | 
| double | OrderedNumeric. decodeDouble(PositionedByteRange src)Read a  doublevalue from the buffersrc. | 
| double | OrderedFloat64. decodeDouble(PositionedByteRange src)Read a  doublevalue from the buffersrc. | 
| float | OrderedFloat32. decodeFloat(PositionedByteRange dst)Read a  floatvalue from the bufferdst. | 
| int | OrderedInt32. decodeInt(PositionedByteRange src)Read an  intvalue from the buffersrc. | 
| long | OrderedNumeric. decodeLong(PositionedByteRange src)Read a  longvalue from the buffersrc. | 
| long | OrderedInt64. decodeLong(PositionedByteRange src)Read a  longvalue from the buffersrc. | 
| short | OrderedInt16. decodeShort(PositionedByteRange src)Read a  shortvalue from the buffersrc. | 
| int | OrderedInt8. encode(PositionedByteRange dst,
      Byte val) | 
| int | RawByte. encode(PositionedByteRange dst,
      Byte val) | 
| int | RawBytes. encode(PositionedByteRange dst,
      byte[] val) | 
| int | OrderedBlobVar. encode(PositionedByteRange dst,
      byte[] val) | 
| int | OrderedBlob. encode(PositionedByteRange dst,
      byte[] val) | 
| int | RawBytesFixedLength. encode(PositionedByteRange dst,
      byte[] val,
      int voff,
      int vlen)Write  valintobuff, respectingoffsetandlength. | 
| int | RawBytes. encode(PositionedByteRange dst,
      byte[] val,
      int voff,
      int vlen)Write  valintodst, respectingvoffandvlen. | 
| int | RawBytesTerminated. encode(PositionedByteRange dst,
      byte[] val,
      int voff,
      int vlen)Write  valintodst, respectingoffsetandlength. | 
| int | OrderedBlobVar. encode(PositionedByteRange dst,
      byte[] val,
      int voff,
      int vlen)Write a subset of  valtobuff. | 
| int | OrderedBlob. encode(PositionedByteRange dst,
      byte[] val,
      int voff,
      int vlen)Write a subset of  valtodst. | 
| int | PBCell. encode(PositionedByteRange dst,
      org.apache.hadoop.hbase.protobuf.generated.CellProtos.Cell val) | 
| int | RawDouble. encode(PositionedByteRange dst,
      Double val) | 
| int | OrderedFloat64. encode(PositionedByteRange dst,
      Double val) | 
| int | OrderedFloat32. encode(PositionedByteRange dst,
      Float val) | 
| int | RawFloat. encode(PositionedByteRange dst,
      Float val) | 
| int | RawInteger. encode(PositionedByteRange dst,
      Integer val) | 
| int | OrderedInt32. encode(PositionedByteRange dst,
      Integer val) | 
| int | OrderedInt64. encode(PositionedByteRange dst,
      Long val) | 
| int | RawLong. encode(PositionedByteRange dst,
      Long val) | 
| int | OrderedNumeric. encode(PositionedByteRange dst,
      Number val) | 
| int | Struct. encode(PositionedByteRange dst,
      Object[] val) | 
| int | OrderedInt16. encode(PositionedByteRange dst,
      Short val) | 
| int | RawShort. encode(PositionedByteRange dst,
      Short val) | 
| int | OrderedString. encode(PositionedByteRange dst,
      String val) | 
| int | RawString. encode(PositionedByteRange dst,
      String val) | 
| int | DataType. encode(PositionedByteRange dst,
      T val)Write instance  valinto bufferdst. | 
| int | TerminatedWrapper. encode(PositionedByteRange dst,
      T val)Write instance  valinto bufferdst. | 
| int | FixedLengthWrapper. encode(PositionedByteRange dst,
      T val) | 
| int | OrderedInt8. encodeByte(PositionedByteRange dst,
          byte val)Write instance  valinto bufferdst. | 
| int | OrderedNumeric. encodeDouble(PositionedByteRange dst,
            double val)Write instance  valinto bufferdst. | 
| int | OrderedFloat64. encodeDouble(PositionedByteRange dst,
            double val)Write instance  valinto bufferdst. | 
| int | OrderedFloat32. encodeFloat(PositionedByteRange dst,
           float val)Write instance  valinto bufferbuff. | 
| int | OrderedInt32. encodeInt(PositionedByteRange dst,
         int val)Write instance  valinto bufferdst. | 
| int | OrderedNumeric. encodeLong(PositionedByteRange dst,
          long val)Write instance  valinto bufferdst. | 
| int | OrderedInt64. encodeLong(PositionedByteRange dst,
          long val)Write instance  valinto bufferdst. | 
| int | OrderedInt16. encodeShort(PositionedByteRange dst,
           short val)Write instance  valinto bufferdst. | 
| static com.google.protobuf.CodedInputStream | PBType. inputStreamFromByteRange(PositionedByteRange src)Deprecated.  Create a  CodedInputStreamfrom aPositionedByteRange. | 
| StructIterator | Struct. iterator(PositionedByteRange src)Retrieve an  Iteratorover the values encoded insrc. | 
| static com.google.protobuf.CodedOutputStream | PBType. outputStreamFromByteRange(PositionedByteRange dst)Deprecated.  Create a  CodedOutputStreamfrom aPositionedByteRange. | 
| int | RawInteger. skip(PositionedByteRange src) | 
| int | RawDouble. skip(PositionedByteRange src) | 
| int | DataType. skip(PositionedByteRange src)Skip  src's position forward over one encoded value. | 
| int | RawFloat. skip(PositionedByteRange src) | 
| int | TerminatedWrapper. skip(PositionedByteRange src)Skip  src's position forward over one encoded value. | 
| int | OrderedBytesBase. skip(PositionedByteRange src) | 
| int | RawShort. skip(PositionedByteRange src) | 
| int | RawBytes. skip(PositionedByteRange src) | 
| int | FixedLengthWrapper. skip(PositionedByteRange src) | 
| int | RawString. skip(PositionedByteRange src) | 
| int | RawByte. skip(PositionedByteRange src) | 
| int | Struct. skip(PositionedByteRange src) | 
| int | RawLong. skip(PositionedByteRange src) | 
| int | PBCell. skip(PositionedByteRange src) | 
| protected int | TerminatedWrapper. terminatorPosition(PositionedByteRange src)Return the position at which  termbegins withinsrc,
 or-1iftermis not found. | 
| Constructor and Description | 
|---|
| StructIterator(PositionedByteRange src,
              DataType[] types)Construct  StructIteratorover the values encoded insrcusing the specifiedtypesdefinition. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractPositionedByteRangeExtends the basic  SimpleByteRangeimplementation with position
 support. | 
| class  | SimplePositionedByteRangeExtends the basic  SimpleMutableByteRangeimplementation with position
 support and it is a readonly version. | 
| class  | SimplePositionedMutableByteRangeExtends the basic  AbstractPositionedByteRangeimplementation with
 position support and it is a mutable version. | 
| Modifier and Type | Method and Description | 
|---|---|
| PositionedByteRange | SimplePositionedMutableByteRange. deepCopy() | 
| PositionedByteRange | SimplePositionedByteRange. deepCopy() | 
| PositionedByteRange | PositionedByteRange. deepCopy() | 
| PositionedByteRange | AbstractPositionedByteRange. get(byte[] dst) | 
| PositionedByteRange | PositionedByteRange. get(byte[] dst)Fill  dstwith bytes from the range, starting fromposition. | 
| PositionedByteRange | AbstractPositionedByteRange. get(byte[] dst,
   int offset,
   int length) | 
| PositionedByteRange | PositionedByteRange. get(byte[] dst,
   int offset,
   int length)Fill  dstwith bytes from the range, starting from the currentposition. | 
| PositionedByteRange | AbstractPositionedByteRange. get(int index,
   byte[] dst) | 
| PositionedByteRange | SimplePositionedMutableByteRange. get(int index,
   byte[] dst) | 
| PositionedByteRange | SimplePositionedByteRange. get(int index,
   byte[] dst) | 
| PositionedByteRange | PositionedByteRange. get(int index,
   byte[] dst) | 
| PositionedByteRange | AbstractPositionedByteRange. get(int index,
   byte[] dst,
   int offset,
   int length) | 
| PositionedByteRange | SimplePositionedMutableByteRange. get(int index,
   byte[] dst,
   int offset,
   int length) | 
| PositionedByteRange | SimplePositionedByteRange. get(int index,
   byte[] dst,
   int offset,
   int length) | 
| PositionedByteRange | PositionedByteRange. get(int index,
   byte[] dst,
   int offset,
   int length) | 
| PositionedByteRange | SimplePositionedMutableByteRange. put(byte val) | 
| PositionedByteRange | SimplePositionedByteRange. put(byte val) | 
| PositionedByteRange | PositionedByteRange. put(byte val)Store  valat the next position in this range. | 
| PositionedByteRange | SimplePositionedMutableByteRange. put(byte[] val) | 
| PositionedByteRange | SimplePositionedByteRange. put(byte[] val) | 
| PositionedByteRange | PositionedByteRange. put(byte[] val)Store the content of  valin this range, starting at the next position. | 
| PositionedByteRange | SimplePositionedMutableByteRange. put(byte[] val,
   int offset,
   int length) | 
| PositionedByteRange | SimplePositionedByteRange. put(byte[] val,
   int offset,
   int length) | 
| PositionedByteRange | PositionedByteRange. put(byte[] val,
   int offset,
   int length)Store  lengthbytes fromvalinto this range. | 
| PositionedByteRange | SimplePositionedMutableByteRange. put(int index,
   byte val) | 
| PositionedByteRange | SimplePositionedByteRange. put(int index,
   byte val) | 
| PositionedByteRange | PositionedByteRange. put(int index,
   byte val) | 
| PositionedByteRange | SimplePositionedMutableByteRange. put(int index,
   byte[] val) | 
| PositionedByteRange | SimplePositionedByteRange. put(int index,
   byte[] val) | 
| PositionedByteRange | PositionedByteRange. put(int index,
   byte[] val) | 
| PositionedByteRange | SimplePositionedMutableByteRange. put(int index,
   byte[] val,
   int offset,
   int length) | 
| PositionedByteRange | SimplePositionedByteRange. put(int index,
   byte[] val,
   int offset,
   int length) | 
| PositionedByteRange | PositionedByteRange. put(int index,
   byte[] val,
   int offset,
   int length) | 
| PositionedByteRange | SimplePositionedMutableByteRange. putInt(int val) | 
| PositionedByteRange | SimplePositionedByteRange. putInt(int val) | 
| PositionedByteRange | PositionedByteRange. putInt(int val)Store int  valat the next position in this range. | 
| PositionedByteRange | SimplePositionedMutableByteRange. putInt(int index,
      int val) | 
| PositionedByteRange | SimplePositionedByteRange. putInt(int index,
      int val) | 
| PositionedByteRange | PositionedByteRange. putInt(int index,
      int val) | 
| PositionedByteRange | SimplePositionedMutableByteRange. putLong(int index,
       long val) | 
| PositionedByteRange | SimplePositionedByteRange. putLong(int index,
       long val) | 
| PositionedByteRange | PositionedByteRange. putLong(int index,
       long val) | 
| PositionedByteRange | SimplePositionedMutableByteRange. putLong(long val) | 
| PositionedByteRange | SimplePositionedByteRange. putLong(long val) | 
| PositionedByteRange | PositionedByteRange. putLong(long val)Store long  valat the next position in this range. | 
| PositionedByteRange | SimplePositionedMutableByteRange. putShort(int index,
        short val) | 
| PositionedByteRange | SimplePositionedByteRange. putShort(int index,
        short val) | 
| PositionedByteRange | PositionedByteRange. putShort(int index,
        short val) | 
| PositionedByteRange | SimplePositionedMutableByteRange. putShort(short val) | 
| PositionedByteRange | SimplePositionedByteRange. putShort(short val) | 
| PositionedByteRange | PositionedByteRange. putShort(short val)Store short  valat the next position in this range. | 
| PositionedByteRange | AbstractPositionedByteRange. set(byte[] bytes) | 
| PositionedByteRange | SimplePositionedMutableByteRange. set(byte[] bytes) | 
| PositionedByteRange | SimplePositionedByteRange. set(byte[] bytes) | 
| PositionedByteRange | PositionedByteRange. set(byte[] bytes) | 
| PositionedByteRange | AbstractPositionedByteRange. set(byte[] bytes,
   int offset,
   int length) | 
| PositionedByteRange | SimplePositionedMutableByteRange. set(byte[] bytes,
   int offset,
   int length) | 
| PositionedByteRange | SimplePositionedByteRange. set(byte[] bytes,
   int offset,
   int length) | 
| PositionedByteRange | PositionedByteRange. set(byte[] bytes,
   int offset,
   int length) | 
| PositionedByteRange | AbstractPositionedByteRange. set(int capacity) | 
| PositionedByteRange | SimplePositionedMutableByteRange. set(int capacity) | 
| PositionedByteRange | SimplePositionedByteRange. set(int capacity) | 
| PositionedByteRange | PositionedByteRange. set(int capacity) | 
| PositionedByteRange | AbstractPositionedByteRange. setLength(int length)Update the length of this range. | 
| PositionedByteRange | SimplePositionedMutableByteRange. setLength(int length)Update the length of this range. | 
| PositionedByteRange | PositionedByteRange. setLength(int length) | 
| PositionedByteRange | AbstractPositionedByteRange. setLimit(int limit) | 
| PositionedByteRange | SimplePositionedByteRange. setLimit(int limit) | 
| PositionedByteRange | PositionedByteRange. setLimit(int limit)Limits the byte range upto a specified value. | 
| PositionedByteRange | AbstractPositionedByteRange. setOffset(int offset)Update the beginning of this range. | 
| PositionedByteRange | SimplePositionedMutableByteRange. setOffset(int offset)Update the beginning of this range. | 
| PositionedByteRange | PositionedByteRange. setOffset(int offset) | 
| PositionedByteRange | AbstractPositionedByteRange. setPosition(int position) | 
| PositionedByteRange | PositionedByteRange. setPosition(int position)Update the  positionindex. | 
| PositionedByteRange | SimplePositionedMutableByteRange. shallowCopy() | 
| PositionedByteRange | SimplePositionedByteRange. shallowCopy() | 
| PositionedByteRange | PositionedByteRange. shallowCopy() | 
| PositionedByteRange | SimplePositionedMutableByteRange. shallowCopySubRange(int innerOffset,
                   int copyLength) | 
| PositionedByteRange | SimplePositionedByteRange. shallowCopySubRange(int innerOffset,
                   int copyLength) | 
| PositionedByteRange | PositionedByteRange. shallowCopySubRange(int innerOffset,
                   int copyLength) | 
| PositionedByteRange | SimplePositionedMutableByteRange. unset() | 
| PositionedByteRange | SimplePositionedByteRange. unset() | 
| PositionedByteRange | PositionedByteRange. unset() | 
| Modifier and Type | Method and Description | 
|---|---|
| static byte[] | OrderedBytes. decodeBlobCopy(PositionedByteRange src)Decode a Blob value, byte-for-byte copy. | 
| static byte[] | OrderedBytes. decodeBlobVar(PositionedByteRange src)Decode a blob value that was encoded using BlobVar encoding. | 
| static float | OrderedBytes. decodeFloat32(PositionedByteRange src)Decode a 32-bit floating point value using the fixed-length encoding. | 
| static double | OrderedBytes. decodeFloat64(PositionedByteRange src)Decode a 64-bit floating point value using the fixed-length encoding. | 
| static short | OrderedBytes. decodeInt16(PositionedByteRange src)Decode an  int16value. | 
| static int | OrderedBytes. decodeInt32(PositionedByteRange src)Decode an  int32value. | 
| static long | OrderedBytes. decodeInt64(PositionedByteRange src)Decode an  int64value. | 
| static byte | OrderedBytes. decodeInt8(PositionedByteRange src)Decode an  int8value. | 
| static BigDecimal | OrderedBytes. decodeNumericAsBigDecimal(PositionedByteRange src)Decode a  BigDecimalvalue from the variable-length encoding. | 
| static double | OrderedBytes. decodeNumericAsDouble(PositionedByteRange src)Decode a primitive  doublevalue from the Numeric encoding. | 
| static long | OrderedBytes. decodeNumericAsLong(PositionedByteRange src)Decode a primitive  longvalue from the Numeric encoding. | 
| private static BigDecimal | OrderedBytes. decodeNumericValue(PositionedByteRange src)Decode a  BigDecimalfromsrc. | 
| private static BigDecimal | OrderedBytes. decodeSignificand(PositionedByteRange src,
                 int e,
                 boolean comp)Read significand digits from  srcaccording to the magnitude
 ofe. | 
| static String | OrderedBytes. decodeString(PositionedByteRange src)Decode a String value. | 
| static int | OrderedBytes. encodeBlobCopy(PositionedByteRange dst,
              byte[] val,
              int voff,
              int vlen,
              Order ord)Encode a Blob value as a byte-for-byte copy. | 
| static int | OrderedBytes. encodeBlobCopy(PositionedByteRange dst,
              byte[] val,
              Order ord)Encode a Blob value as a byte-for-byte copy. | 
| static int | OrderedBytes. encodeBlobVar(PositionedByteRange dst,
             byte[] val,
             int voff,
             int vlen,
             Order ord)Encode a Blob value using a modified varint encoding scheme. | 
| static int | OrderedBytes. encodeBlobVar(PositionedByteRange dst,
             byte[] val,
             Order ord)Encode a blob value using a modified varint encoding scheme. | 
| static int | OrderedBytes. encodeFloat32(PositionedByteRange dst,
             float val,
             Order ord)Encode a 32-bit floating point value using the fixed-length encoding. | 
| static int | OrderedBytes. encodeFloat64(PositionedByteRange dst,
             double val,
             Order ord)Encode a 64-bit floating point value using the fixed-length encoding. | 
| static int | OrderedBytes. encodeInt16(PositionedByteRange dst,
           short val,
           Order ord)Encode an  int16value using the fixed-length encoding. | 
| static int | OrderedBytes. encodeInt32(PositionedByteRange dst,
           int val,
           Order ord)Encode an  int32value using the fixed-length encoding. | 
| static int | OrderedBytes. encodeInt64(PositionedByteRange dst,
           long val,
           Order ord)Encode an  int64value using the fixed-length encoding. | 
| static int | OrderedBytes. encodeInt8(PositionedByteRange dst,
          byte val,
          Order ord)Encode an  int8value using the fixed-length encoding. | 
| static int | OrderedBytes. encodeNull(PositionedByteRange dst,
          Order ord)Encode a null value. | 
| static int | OrderedBytes. encodeNumeric(PositionedByteRange dst,
             BigDecimal val,
             Order ord)Encode a numerical value using the variable-length encoding. | 
| static int | OrderedBytes. encodeNumeric(PositionedByteRange dst,
             double val,
             Order ord)Encode a numerical value using the variable-length encoding. | 
| static int | OrderedBytes. encodeNumeric(PositionedByteRange dst,
             long val,
             Order ord)Encode a numerical value using the variable-length encoding. | 
| private static int | OrderedBytes. encodeNumericLarge(PositionedByteRange dst,
                  BigDecimal val)Encode the large magnitude floating point number  valusing
 the key encoding. | 
| private static int | OrderedBytes. encodeNumericSmall(PositionedByteRange dst,
                  BigDecimal val)
 Encode the small magnitude floating point number  valusing the
 key encoding. | 
| static int | OrderedBytes. encodeString(PositionedByteRange dst,
            String val,
            Order ord)Encode a String value. | 
| (package private) static long | OrderedBytes. getVaruint64(PositionedByteRange src,
            boolean comp)Decode a sequence of bytes in  srcas a varuint64. | 
| static boolean | OrderedBytes. isBlobCopy(PositionedByteRange src)Return true when the next encoded value in  srcuses BlobCopy
 encoding, false otherwise. | 
| static boolean | OrderedBytes. isBlobVar(PositionedByteRange src)Return true when the next encoded value in  srcuses BlobVar
 encoding, false otherwise. | 
| static boolean | OrderedBytes. isEncodedValue(PositionedByteRange src)Returns true when  srcappears to be positioned an encoded value,
 false otherwise. | 
| static boolean | OrderedBytes. isFixedFloat32(PositionedByteRange src)Return true when the next encoded value in  srcuses fixed-width
 Float32 encoding, false otherwise. | 
| static boolean | OrderedBytes. isFixedFloat64(PositionedByteRange src)Return true when the next encoded value in  srcuses fixed-width
 Float64 encoding, false otherwise. | 
| static boolean | OrderedBytes. isFixedInt16(PositionedByteRange src)Return true when the next encoded value in  srcuses fixed-width
 Int16 encoding, false otherwise. | 
| static boolean | OrderedBytes. isFixedInt32(PositionedByteRange src)Return true when the next encoded value in  srcuses fixed-width
 Int32 encoding, false otherwise. | 
| static boolean | OrderedBytes. isFixedInt64(PositionedByteRange src)Return true when the next encoded value in  srcuses fixed-width
 Int64 encoding, false otherwise. | 
| static boolean | OrderedBytes. isFixedInt8(PositionedByteRange src)Return true when the next encoded value in  srcuses fixed-width
 Int8 encoding, false otherwise. | 
| static boolean | OrderedBytes. isNull(PositionedByteRange src)Return true when the next encoded value in  srcis null, false
 otherwise. | 
| static boolean | OrderedBytes. isNumeric(PositionedByteRange src)Return true when the next encoded value in  srcuses Numeric
 encoding, false otherwise. | 
| static boolean | OrderedBytes. isNumericInfinite(PositionedByteRange src)Return true when the next encoded value in  srcuses Numeric
 encoding and isInfinite, false otherwise. | 
| static boolean | OrderedBytes. isNumericNaN(PositionedByteRange src)Return true when the next encoded value in  srcuses Numeric
 encoding and isNaN, false otherwise. | 
| static boolean | OrderedBytes. isNumericZero(PositionedByteRange src)Return true when the next encoded value in  srcuses Numeric
 encoding and is0, false otherwise. | 
| static boolean | OrderedBytes. isText(PositionedByteRange src)Return true when the next encoded value in  srcuses Text encoding,
 false otherwise. | 
| static int | OrderedBytes. length(PositionedByteRange buff)Return the number of encoded entries remaining in  buff. | 
| (package private) static int | OrderedBytes. lengthVaruint64(PositionedByteRange src,
               boolean comp)Inspect  srcfor an encoded varuint64 for its length in bytes. | 
| private static int | OrderedBytes. putUint32(PositionedByteRange dst,
         int val)Write a 32-bit unsigned integer to  dstas 4 big-endian bytes. | 
| (package private) static int | OrderedBytes. putVaruint64(PositionedByteRange dst,
            long val,
            boolean comp)Encode an unsigned 64-bit unsigned integer  valintodst. | 
| static int | OrderedBytes. skip(PositionedByteRange src)Skip  buff's position forward over one encoded value. | 
| private static int | OrderedBytes. skipSignificand(PositionedByteRange src,
               boolean comp)Skip  srcover the significand bytes. | 
| (package private) static int | OrderedBytes. skipVaruint64(PositionedByteRange src,
             boolean cmp)Skip  srcover the encoded varuint64. | 
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.