| 构造器和说明 |
|---|
BytesList() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
add(byte aByte) |
void |
add(byte[] bytes) |
void |
add(BytesList bl) |
byte[] |
bytes() |
String |
bytesHex() |
int |
bytesLength() |
int |
get8(int offset) |
int |
getInteger(int offset) |
ArrayList<byte[]> |
rawList() |
void |
updateDigest(MessageDigest digest) |
public static String[] hexLookup
public void add(BytesList bl)
public int get8(int offset)
public int getInteger(int offset)
public byte[] bytes()
public String bytesHex()
public int bytesLength()
public void updateDigest(MessageDigest digest)
public ArrayList<byte[]> rawList()
Copyright © 2021. All rights reserved.