Method WriteSkipData
WriteSkipData(Int32, IndexOutput)
Subclasses must implement the actual skip data encoding in this method.
Declaration
protected abstract void WriteSkipData(int level, IndexOutput skipBuffer)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | level | The level skip data shall be writing for. |
IndexOutput | skipBuffer | The skip buffer to write to. |