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