Unified interface for high-performance native buffers.
Variables
Methods
readBytes(bytes:Bytes, offset:Int, len:Int):Int
Reads data from the buffer into Haxe Bytes. Returns number of bytes actually read.
writeBytes(bytes:Bytes, offset:Int, len:Int):Int
Writes data from Haxe Bytes to the buffer. Returns number of bytes actually written.