Archive.loadFromMemory

Loads the given data and modifies Archive.root to represent this data.

class Archive
abstract
void
loadFromMemory
(
const ubyte[] data
)

Parameters

data ubyte[]

The data to load.

Meta