public final class KeyUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.ByteString |
ZERO_BYTE |
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.ByteString |
bs(String str) |
static int |
compareByteStrings(com.google.protobuf.ByteString bs1,
com.google.protobuf.ByteString bs2) |
static com.google.protobuf.ByteString |
fromHexString(CharSequence seq) |
static com.google.protobuf.ByteString |
plusOne(com.google.protobuf.ByteString key) |
static com.google.protobuf.ByteString |
singleByte(int b) |
static String |
toHexString(com.google.protobuf.ByteString bs) |
public static com.google.protobuf.ByteString plusOne(com.google.protobuf.ByteString key)
public static com.google.protobuf.ByteString singleByte(int b)
public static int compareByteStrings(com.google.protobuf.ByteString bs1,
com.google.protobuf.ByteString bs2)
public static com.google.protobuf.ByteString bs(String str)
public static String toHexString(com.google.protobuf.ByteString bs)
public static com.google.protobuf.ByteString fromHexString(CharSequence seq)
Copyright © 2022. All rights reserved.