| Constructor and Description |
|---|
ByteBufferEncoder() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
encode(java.nio.ByteBuffer data,
java.io.File file,
Options options)
Writes the given data to the given output stream and returns True if the write completed
successfully and should be committed.
|