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

Method BitpackStringEncoder

plugins/e57/libE57Format/src/Encoder.cpp:497–502  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

495//================
496
497BitpackStringEncoder::BitpackStringEncoder( unsigned bytestreamNumber, SourceDestBuffer &sbuf,
498 unsigned outputMaxSize ) :
499 BitpackEncoder( bytestreamNumber, sbuf, outputMaxSize, 1 ), totalBytesProcessed_( 0 ),
500 isStringActive_( false ), prefixComplete_( false ), currentCharPosition_( 0 )
501{
502}
503
504uint64_t BitpackStringEncoder::processRecords( size_t recordCount )
505{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected