package haxe
crypto | |
ds | |
format | |
io | |
zip | |
CallStack | Get informations about the call stack. |
EnumFlags | A typed interface for bit flags. This is not a real object, only a typed interface for an actual Int. Each flag can be tested/set with the corresponding enum instance. Up to 32 flags can be stored that way. |
EnumTools | |
EnumValueTools | |
Int32 | Int32 provides a 32-bit integer with consistent overflow behavior across all platforms. |
Json | Crossplatform JSON API : it will automatically use the optimized native API if available. Use -D haxeJSON to force usage of the Haxe implementation even if a native API is found : this will provide extra encoding features such as enums (replaced by their index) and StringMaps. |
Log | Log primarily provides the trace() method, which is invoked upon a call to trace() in haxe code. |
PosInfos | PosInfos is a magic type which can be used to generate position information into the output for debugging use. |
StackItem | Elements return by |
Timer | |
Unserializer | The Unserializer class is the complement to the Serializer class. It parses |
Utf8 | Since all platforms does not guarantee that String always uses UTF-8 encoding, you can use this crossplatform API to perform operations on such strings. |