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

Method BitpackStringDecoder

plugins/e57/libE57Format/src/Decoder.cpp:487–491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

485//================================================================
486
487BitpackStringDecoder::BitpackStringDecoder( unsigned bytestreamNumber, SourceDestBuffer &dbuf,
488 uint64_t maxRecordCount ) :
489 BitpackDecoder( bytestreamNumber, dbuf, sizeof( char ), maxRecordCount )
490{
491}
492
493size_t BitpackStringDecoder::inputProcessAligned( const char *inbuf, const size_t firstBit,
494 const size_t endBit )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected