| Package | Description |
|---|---|
| jetbrick.io.buffer |
| Modifier and Type | Method and Description |
|---|---|
FastByteBuffer |
FastByteBuffer.append(byte element)
Appends single
byte to buffer. |
FastByteBuffer |
FastByteBuffer.append(byte[] array)
Appends
byte array to buffer. |
FastByteBuffer |
FastByteBuffer.append(byte[] array,
int off,
int len)
Appends
byte array to buffer. |
FastByteBuffer |
FastByteBuffer.append(FastByteBuffer buff)
Appends another fast buffer to this one.
|
| Modifier and Type | Method and Description |
|---|---|
FastByteBuffer |
FastByteBuffer.append(FastByteBuffer buff)
Appends another fast buffer to this one.
|
Copyright © 2016 jetbrick. All rights reserved.