Archive.saveToMemory

Saves the data in Archive.root into memory.

Notes: Since not all archives may use text, but instead binary, no assumptions can be made so the return type is a ubyte[].

See the helper function saveToMemoryText for an easy way to get this data as text.

class Archive
abstract
const(ubyte[])
saveToMemory
()

Return Value

Type: const(ubyte[])

The data a byte array.

Meta