Static methods

static__fromNativePointer(data:Dynamic, length:Int):Bytes

Available on Android, Linux, Mac, Windows, iOS

staticalloc(length:Int):Bytes

staticcompress(this:HaxeBytes, algorithm:CompressionAlgorithm):Bytes

staticdecompress(this:HaxeBytes, algorithm:CompressionAlgorithm):Bytes

staticinlinefastGet(b:BytesData, pos:Int):Int

staticfromBytes(bytes:Bytes):Bytes

staticfromFile(path:String):Bytes

staticloadFromBytes(bytes:Bytes):Future<Bytes>

staticloadFromFile(path:String):Future<Bytes>

staticofData(b:BytesData):Bytes

staticofString(s:String):Bytes