public final class AsciiStringUtil extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
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 © 2021. All rights reserved.