Wrapper for better serialization (check 'See also')
Super class
ravepipeline::RAVESerializable
-> RAVEFileArray
Public fields
temporary
whether 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
valid
whether the array is valid and ready to read
@impl
the underlying array object
Methods
Inherited methods
Method new()
Constructor
Usage
RAVEFileArray$new(x, temporary = FALSE)
Arguments
x
file array or can be converted to
as_filearray
temporary
whether this file array is to be deleted once the object is out-of-scope; default is false