Method ReadSkipData
ReadSkipData(Int32, IndexInput)
Subclasses must implement the actual skip data encoding in this method.
Declaration
protected abstract int ReadSkipData(int level, IndexInput skipStream)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | level | The level skip data shall be read from. |
IndexInput | skipStream | The skip stream to read from. |
Returns
Type | Description |
---|---|
System.Int32 |