readByteStreamChunk
suspend fun readByteStreamChunk(stream: WitStream<*>, maxBytes: Int = DEFAULT_STREAM_BUFFER_CAPACITY): ByteArray?
suspend fun readByteStreamChunk(handle: Long, maxBytes: Int = DEFAULT_STREAM_BUFFER_CAPACITY): ByteArray?