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 |