Skip to contents

ReadState Class

Format

An R6Class generator object

Public fields

initialized

character [optional]

overflowed

character [optional]

unsplittable

character [optional]

subarrayPartitioner

SubarrayPartitioner [optional]

Methods


Method new()

Usage

ReadState$new(
  initialized = NULL,
  overflowed = NULL,
  unsplittable = NULL,
  subarrayPartitioner = NULL,
  ...
)


Method toJSON()

Usage

ReadState$toJSON()


Method fromJSON()

Usage

ReadState$fromJSON(ReadStateJson)


Method toJSONString()

Usage

ReadState$toJSONString()


Method fromJSONString()

Usage

ReadState$fromJSONString(ReadStateJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

ReadState$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.