| 程序包 | 说明 |
|---|---|
| io.jafka.jeos.util |
| 限定符和类型 | 方法和说明 |
|---|---|
ByteArrayBuffer |
ByteArrayBuffer.append(byte[] b) |
ByteArrayBuffer |
ByteArrayBuffer.append(byte[] b,
int off,
int len)
Appends
len bytes to this buffer from the given source
array starting at index off. |
ByteArrayBuffer |
ByteArrayBuffer.append(char[] b,
int off,
int len)
Appends
len chars to this buffer from the given source
array starting at index off. |
ByteArrayBuffer |
ByteArrayBuffer.append(int b)
Appends
b byte to this buffer. |
Copyright © 2018. All rights reserved.