Extensions for java.io.OutputStream
fun OutputStream.asOutput(): Output |
|
fun OutputStream.writePacket( Write the whole packet to the stream once it is built via builder lambda fun OutputStream.writePacket(packet: ByteReadPacket): Unit Write the whole packet to the stream |