| 357 | } |
| 358 | |
| 359 | int64_t MdfBlock::FilePosition() const { |
| 360 | return file_position_; |
| 361 | } |
| 362 | bool MdfBlock::IsBigEndian() const { return byte_order_ != 0; } |
| 363 | /* |
| 364 | size_t MdfBlock::ReadHeader3(std::FILE *file) { |
no outgoing calls
no test coverage detected