ByteBufferEncoder

open class ByteBufferEncoder : Encoder<T>

Writes ByteBuffers to Files.

Functions

Link copied to clipboard
open fun encode(    data: ByteBuffer,     file: File,     options: Options): Boolean
Writes the given data to the given output stream and returns True if the write completed successfully and should be committed.