MCPcopy Create free account
hub / github.com/LASzip/LASzip / ~ArithmeticEncoder

Method ~ArithmeticEncoder

src/arithmeticencoder.cpp:117–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117ArithmeticEncoder::~ArithmeticEncoder()
118{
119 free(outbuffer);
120}
121
122BOOL ArithmeticEncoder::init(ByteStreamOut* outstream)
123{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected