Skip to contents

AttributeBufferHeader Class

Format

An R6Class generator object

Public fields

name

character

fixedLenBufferSizeInBytes

integer

varLenBufferSizeInBytes

integer

Methods


Method new()

Usage

AttributeBufferHeader$new(
  name,
  fixedLenBufferSizeInBytes,
  varLenBufferSizeInBytes,
  ...
)


Method toJSON()

Usage

AttributeBufferHeader$toJSON()


Method fromJSON()

Usage

AttributeBufferHeader$fromJSON(AttributeBufferHeaderJson)


Method toJSONString()

Usage

AttributeBufferHeader$toJSONString()


Method fromJSONString()

Usage

AttributeBufferHeader$fromJSONString(AttributeBufferHeaderJson)


Method clone()

The objects of this class are cloneable with this method.

Usage

AttributeBufferHeader$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.