Class: Mspire::Imzml::DataArrayInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/mspire/imzml/writer.rb

Overview

array length (number of values), the offset (start in file in bytes), and the encoded length (in bytes).

Instance Attribute Summary collapse

Instance Attribute Details

#array_lengthObject

Returns the value of attribute array_length

Returns:

  • (Object)

    the current value of array_length



16
17
18
# File 'lib/mspire/imzml/writer.rb', line 16

def array_length
  @array_length
end

#encoded_lengthObject

Returns the value of attribute encoded_length

Returns:

  • (Object)

    the current value of encoded_length



16
17
18
# File 'lib/mspire/imzml/writer.rb', line 16

def encoded_length
  @encoded_length
end

#offsetObject

Returns the value of attribute offset

Returns:

  • (Object)

    the current value of offset



16
17
18
# File 'lib/mspire/imzml/writer.rb', line 16

def offset
  @offset
end