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.
The data a byte array.
See Implementation
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.