| 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 | {} |
nothing calls this directly
no outgoing calls
no test coverage detected