MCPcopy Create free account
hub / github.com/PDAL/PDAL / E57FileInputStream

Method E57FileInputStream

plugins/e57/libE57Format/src/E57XmlParser.cpp:156–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154};
155
156E57FileInputStream::E57FileInputStream( CheckedFile *cf, uint64_t logicalStart,
157 uint64_t logicalLength ) :
158 cf_( cf ), logicalStart_( logicalStart ), logicalLength_( logicalLength ),
159 logicalPosition_( logicalStart )
160{
161}
162
163XMLSize_t E57FileInputStream::readBytes( XMLByte *const toFill, const XMLSize_t maxToRead )
164{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected