abstract class Ai4cr::Utils::IoData::Abstract
- Ai4cr::Utils::IoData::Abstract
- Reference
- Object
Direct Known Subclasses
Defined in:
ai4cr/utils/io_data/abstract.crConstructors
Instance Method Summary
- #convert_iod_to_raw(iod) : String
- #convert_raw_to_iod(raw) : Array(Array(Float64))
- #file_path : String
- #file_path=(file_path : String)
- #iod : Array(Array(Float64))
- #iod=(iod : Array(Array(Float64)))
- #iod_to_io_set_with_offset(offset : Int32)
- #iod_to_io_set_with_offset_time_cols(time_cols : Int32, offset : Int32)
- #prefix_raw_char : String
- #prefix_raw_char=(prefix_raw_char : String)
- #prefix_raw_qty : Int32
- #prefix_raw_qty=(prefix_raw_qty : Int32)
- #raw : String
- #raw=(raw : String)
- #save_iod(to_file_path : String)
- #save_raw(to_file_path : String)
Constructor Detail
def self.new(file_path : String, file_content_type : FileType, prefix_raw_qty : Int32 = 0, prefix_raw_char : String = " ")
#