Package io.ktor.utils.io.streams
Extensions for External Classes
Functions
fun ByteReadPacket.inputStream(): InputStream Creates InputStream adapter to the packet |
|
fun BytePacketBuilder.outputStream(): OutputStream Creates OutputStream adapter to the builder |
|
fun ByteReadPacket.readerUTF8(): Reader Creates Reader from the byte packet that decodes UTF-8 characters |
|
fun BytePacketBuilder.writerUTF8(): Writer Creates Writer that encodes all characters in UTF-8 encoding |