| 194 | } |
| 195 | |
| 196 | Decoder::Decoder( unsigned bytestreamNumber ) : bytestreamNumber_( bytestreamNumber ) |
| 197 | { |
| 198 | } |
| 199 | |
| 200 | BitpackDecoder::BitpackDecoder( unsigned bytestreamNumber, SourceDestBuffer &dbuf, |
| 201 | unsigned alignmentSize, uint64_t maxRecordCount ) : |
nothing calls this directly
no outgoing calls
no test coverage detected