Skip to contents

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 @marshal()

Serialization helper, convert the object to a descriptive list

Usage

RAVEFileArray$@marshal(...)

Arguments

...

ignored


Method @unmarshal()

Serialization helper, convert the object from a descriptive list

Usage

RAVEFileArray$@unmarshal(object, ...)

Arguments

object

serialized list

...

ignored


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


Method clone()

The objects of this class are cloneable with this method.

Usage

RAVEFileArray$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.