public static interface LineFunction.LineAccess extends Serializable
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
getForRead() |
ByteBuffer |
getForWrite(int size) |
ByteBuffer getForRead()
ByteBuffer getForWrite(int size)
size - If size is -1, buffer is retained, and not flipped after the function is invoked.