object StreamableBufferFactory
Factory of StreamableBuffer.
Since 7
Create a StreamableBuffer from a function.
fun fromFunction(totalSize: Long, readFunction: (offset: Long, size: Long) -> ByteBuffer): StreamableBuffer