Constructor VariableInt32BlockIndexOutput
VariableInt32BlockIndexOutput(IndexOutput, Int32)
NOTE: maxBlockSize
must be the maximum block size
plus the max non-causal lookahead of your codec. EG Simple9
requires lookahead=1 because on seeing the Nth value
it knows it must now encode the N-1 values before it.
Declaration
protected VariableInt32BlockIndexOutput(IndexOutput output, int maxBlockSize)
Parameters
Type | Name | Description |
---|---|---|
IndexOutput | output | |
System.Int32 | maxBlockSize |