public final class AsciiStringUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
unsafeDecode(byte[] in) |
static String |
unsafeDecode(byte[] in,
int offset,
int len) |
static String |
unsafeDecode(com.google.protobuf.ByteString in) |
static byte[] |
unsafeEncode(CharSequence in) |
public static byte[] unsafeEncode(CharSequence in)
public static String unsafeDecode(byte[] in, int offset, int len)
public static String unsafeDecode(byte[] in)
public static String unsafeDecode(com.google.protobuf.ByteString in)
Copyright © 2024. All rights reserved.