Class: Mspire::Imzml::DataArrayInfo
- Inherits:
-
Struct
- Object
- Struct
- Mspire::Imzml::DataArrayInfo
- 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
-
#array_length ⇒ Object
Returns the value of attribute array_length.
-
#encoded_length ⇒ Object
Returns the value of attribute encoded_length.
-
#offset ⇒ Object
Returns the value of attribute offset.
Instance Attribute Details
#array_length ⇒ Object
Returns the value of attribute array_length
16 17 18 |
# File 'lib/mspire/imzml/writer.rb', line 16 def array_length @array_length end |
#encoded_length ⇒ Object
Returns the value of attribute encoded_length
16 17 18 |
# File 'lib/mspire/imzml/writer.rb', line 16 def encoded_length @encoded_length end |
#offset ⇒ Object
Returns the value of attribute offset
16 17 18 |
# File 'lib/mspire/imzml/writer.rb', line 16 def offset @offset end |