| 154 | }; |
| 155 | |
| 156 | E57FileInputStream::E57FileInputStream( CheckedFile *cf, uint64_t logicalStart, |
| 157 | uint64_t logicalLength ) : |
| 158 | cf_( cf ), logicalStart_( logicalStart ), logicalLength_( logicalLength ), |
| 159 | logicalPosition_( logicalStart ) |
| 160 | { |
| 161 | } |
| 162 | |
| 163 | XMLSize_t E57FileInputStream::readBytes( XMLByte *const toFill, const XMLSize_t maxToRead ) |
| 164 | { |
nothing calls this directly
no outgoing calls
no test coverage detected