Package-level declarations

Functions

Link copied to clipboard
fun OutputStream.asByteWriteChannel(): <Error class: unknown class>

Converts this OutputStream into a ByteWriteChannel, enabling asynchronous writing of byte sequences.

Link copied to clipboard
fun InputStream.asInput(): <Error class: unknown class>
Link copied to clipboard
fun Source.inputStream(): InputStream
Link copied to clipboard
fun InputStream.readPacketAtLeast(min: Int = 1): Source
Link copied to clipboard
fun OutputStream.writePacket(block: Sink.() -> Unit)
fun OutputStream.writePacket(packet: Source)