API Documentation

class BytesRW

package haxe.net.impl

@:directlyUsed

Constructor

new ()

Variables

@:value(0)read onlyavailable:Int = 0

Methods

readAllAvailableBytes ():Bytes

readByte ():Int

readBytes (count:Int):Bytes

readUnsignedInt ():UInt

readUnsignedShort ():UInt

writeByte (v:Int):Void

writeBytes (data:Bytes):Void

writeInt (v:Int):Void

writeShort (v:Int):Void

© 2019