RefMemFile

A memfile wrapper to make sure that the garbage collector 100% doesn't remove it.

Constructors

this
this(ubyte[] data)

Creates a new RefMemFile

Members

Variables

file
MemFile file;

The MemFile object that the references the internally stored data of this struct.

Meta