| 程序包 | 说明 |
|---|---|
| org.coodex.util |
| 限定符和类型 | 方法和说明 |
|---|---|
ByteArrayBuilder |
ByteArrayBuilder.append(byte b)
已过时。
|
ByteArrayBuilder |
ByteArrayBuilder.append(byte[] buf)
已过时。
|
ByteArrayBuilder |
ByteArrayBuilder.append(byte[] buf,
int off,
int len)
已过时。
|
ByteArrayBuilder |
ByteArrayBuilder.append(CRC.Algorithm algorithm)
已过时。
|
ByteArrayBuilder |
ByteArrayBuilder.append(CRC.Algorithm algorithm,
Endianness endianness)
已过时。
|
ByteArrayBuilder |
ByteArrayBuilder.append(CRC.Algorithm algorithm,
int off,
int len)
已过时。
|
ByteArrayBuilder |
ByteArrayBuilder.append(CRC.Algorithm algorithm,
int off,
int len,
Endianness endianness)
已过时。
|
ByteArrayBuilder |
ByteArrayBuilder.append(int i)
已过时。
|
ByteArrayBuilder |
ByteArrayBuilder.append(int i,
Endianness endianness)
已过时。
|
ByteArrayBuilder |
ByteArrayBuilder.append(long l)
已过时。
|
ByteArrayBuilder |
ByteArrayBuilder.append(long l,
Endianness endianness)
已过时。
|
ByteArrayBuilder |
ByteArrayBuilder.append(short word)
已过时。
|
ByteArrayBuilder |
ByteArrayBuilder.append(short word,
Endianness endianness)
已过时。
|
ByteArrayBuilder |
ByteArrayBuilder.append(String string)
已过时。
|
ByteArrayBuilder |
ByteArrayBuilder.append(String string,
String charsetName)
已过时。
|
Copyright © 2021. All rights reserved.