| 894 | //================================================================ |
| 895 | |
| 896 | ConstantIntegerEncoder::ConstantIntegerEncoder( unsigned bytestreamNumber, SourceDestBuffer &sbuf, |
| 897 | int64_t minimum ) : |
| 898 | Encoder( bytestreamNumber ), sourceBuffer_( sbuf.impl() ), currentRecordIndex_( 0 ), |
| 899 | minimum_( minimum ) |
| 900 | { |
| 901 | } |
| 902 | |
| 903 | uint64_t ConstantIntegerEncoder::processRecords( size_t recordCount ) |
| 904 | { |
nothing calls this directly
no outgoing calls
no test coverage detected