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

Method BpfCompressor

io/BpfCompressor.hpp:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59
60#ifdef PDAL_HAVE_ZLIB
61 BpfCompressor(OLeStream& out, size_t maxSize) :
62 m_out(out), m_inbuf(maxSize), m_blockStart(out), m_rawSize(0),
63 m_compressedSize(0)
64 {}
65#else
66 BpfCompressor(OLeStream&, size_t)
67 {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected