my $hmt_data = new Binary::Humax::hmt_data(); # Object will be useless as it contains no data $hmt_data->raw_from_file($path_name); # At this point only the 'rawData' field is populated my $field = $hmt_data->startTime(); # Invokes a lazy builder to extract the field.