public class Converter extends Object
| 构造器 | 说明 |
|---|---|
Converter() |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
static char[] |
convertByteToChar(byte[] byteArray) |
|
static char[] |
convertByteToCharUTF(byte[] byteArray) |
|
static byte[] |
convertCharToByte(char[] from) |
|
static byte[] |
convertCharToByteUTF(char[] from) |
public static char[] convertByteToCharUTF(byte[] byteArray)
public static byte[] convertCharToByteUTF(char[] from)
public static char[] convertByteToChar(byte[] byteArray)
public static byte[] convertCharToByte(char[] from)
Copyright © 2019. All rights reserved.