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

Method readUlemFiles

io/BpfReader.cpp:266–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264
265
266bool BpfReader::readUlemFiles()
267{
268 BpfUlemFile file;
269 while (file.read(m_stream))
270 {
271 MetadataNode m = m_metadata.add("bundled_file");
272 m.addEncoded(file.m_filename,
273 (const unsigned char *)file.m_buf.data(), file.m_len);
274 }
275 return (bool)m_stream;
276}
277
278
279/// Encode all data that follows the headers as metadata->

Callers

nothing calls this directly

Calls 3

readMethod · 0.45
addMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected