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