class ArrayFile
MyCpp::Referenced
MyCpp::Object
MyCpp::File
MyCpp::ArrayFile

A wrapper that allows to access arrays as files.

Methods
ArrayFile (Array<char> *array, bool writable = false)
The constructor.
ArrayFile

The constructor.

ArrayFile (Array<char> *array,
           bool writable = false)
array :  The array to wrap.
writable :  Whether the contents of the array can be modified or not.