Skip to contents

AttributeBufferSize Class

Format

An R6Class generator object

Public fields

attribute

character

offsetBytes

integer

dataBytes

integer

Methods


Method new()

Usage

AttributeBufferSize$new(attribute, offsetBytes, dataBytes, ...)


Method toJSON()

Usage

AttributeBufferSize$toJSON()


Method fromJSON()

Usage

AttributeBufferSize$fromJSON(AttributeBufferSizeJson)


Method toJSONString()

Usage

AttributeBufferSize$toJSONString()


Method fromJSONString()

Usage

AttributeBufferSize$fromJSONString(AttributeBufferSizeJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

AttributeBufferSize$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.