public final class ByteArray extends Object
| Constructor and Description |
|---|
ByteArray() |
| Modifier and Type | Method and Description |
|---|---|
ByteArray |
addValue(byte[] value)
添加字节数组
|
ByteArray |
addValue(String value)
添加字节数组
|
int |
size()
获取数组大小
|
byte[] |
toBytes()
获取字节数组
|
public byte[] toBytes()
public ByteArray addValue(byte[] value)
value - 字节数组public int size()
Copyright © 2021. All rights reserved.