ByteReadChannel
fun ByteReadChannel(content: ByteBuffer): ByteReadChannelCreates channel for reading from the specified byte buffer.
fun ByteReadChannel(content: ByteArray): ByteReadChannelCreates channel for reading from the specified byte array.
fun ByteReadChannel(content: ByteBuffer): ByteReadChannelCreates channel for reading from the specified byte buffer.
fun ByteReadChannel(content: ByteArray): ByteReadChannelCreates channel for reading from the specified byte array.