freewig library

Classes

BinaryReader
The BinaryReader is a seekable reader of ByteData, where each read updates the pointer to the next byte.
Cartridge
A Cartridge represents the GWC file
LatLng
latitude / longitude class with helper functions for human readable formatting
Media
A Media is a representation of any file within the Cartridge

Enums

ObjectType
Known object types of Media
SeekOrigin
SeekOrigin is used for resetting the BinaryReader to a specific offset.

Functions

parseData(Uint8List bytes) Cartridge?
Parses a byte list and create a Cartridge