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

Method LzmaDecompressorImpl

pdal/compression/LzmaCompression.cpp:140–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138{
139public:
140 LzmaDecompressorImpl(BlockCb cb) : Lzma(cb)
141 {
142 if (lzma_auto_decoder(&m_strm, (std::numeric_limits<uint32_t>::max)(),
143 LZMA_TELL_UNSUPPORTED_CHECK))
144 throw compression_error("Can't create decompressor");
145 }
146
147 void decompress(const char *buf, size_t bufsize)
148 {

Callers

nothing calls this directly

Calls 1

compression_errorClass · 0.85

Tested by

no test coverage detected