Class: Tdms::DataType::Utf8String
Constant Summary collapse
- Id =
0x20- LengthInBytes =
nil
Instance Attribute Summary
Attributes inherited from Base
Class Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Tdms::DataType::Base
Class Method Details
.read_from_stream(tdms_file) ⇒ Object
125 126 127 |
# File 'lib/tdms/datatypes.rb', line 125 def self.read_from_stream(tdms_file) new(tdms_file.read_utf8_string) end |