| 485 | //================================================================ |
| 486 | |
| 487 | BitpackStringDecoder::BitpackStringDecoder( unsigned bytestreamNumber, SourceDestBuffer &dbuf, |
| 488 | uint64_t maxRecordCount ) : |
| 489 | BitpackDecoder( bytestreamNumber, dbuf, sizeof( char ), maxRecordCount ) |
| 490 | { |
| 491 | } |
| 492 | |
| 493 | size_t BitpackStringDecoder::inputProcessAligned( const char *inbuf, const size_t firstBit, |
| 494 | const size_t endBit ) |
nothing calls this directly
no outgoing calls
no test coverage detected