openfl.utils
| .. | |
|---|---|
| AGALMiniAssembler | |
| Assets | The Assets class provides a cross-platform interface to access embedded images, fonts, sounds and other resource files. |
| ByteArray | |
| ByteArrayData | The ByteArray class provides methods and properties to optimize reading, writing, and working with binary data. |
| CompressionAlgorithm | |
| Dictionary | |
| Endian | The Endian class contains values that denote the byte order used to represent multibyte numbers. The byte order is either bigEndian(most significant byte first) or littleEndian(least significant byte first). |
| IDataInput | |
| IDataOutput | |
| Object | |
| ObjectType | |
| Timer | The Timer class is the interface to timers, which let you run code on a
specified time sequence. Use the |