Wrapper for better serialization (check 'See also')
Super class
ravepipeline::RAVESerializable -> RAVEFileArray
Public fields
temporarywhether this file array is to be upon garbage collection; default is false. The file array will be deleted if the temporary flag is set to true and the array mode is
'readwrite'
Active bindings
validwhether the array is valid and ready to read
@implthe underlying array object
Methods
Inherited methods
Method new()
Constructor
Usage
RAVEFileArray$new(x, temporary = FALSE)Arguments
xfile array or can be converted to
as_filearraytemporarywhether this file array is to be deleted once the object is out-of-scope; default is false