Native-backed circular RingBuffer.
new(size:Int)
read onlyavailable:Int
read onlycapacity:Int
read onlyfreeSpace:Int
read onlyhandle:NativeHandle
asInput():Input
Returns a Haxe Input wrapper.
asOutput():Output
Returns a Haxe Output wrapper.
clear():Void
destroy():Void
@:has_untypedpeekBytes(bytes:Bytes, offset:Int, len:Int):Int
@:has_untypedreadBytes(bytes:Bytes, offset:Int, len:Int):Int
skip(len:Int):Int
@:has_untypedwriteBytes(bytes:Bytes, offset:Int, len:Int):Int