Class RleReader
- Namespace
- DeltaPack
- Assembly
- DeltaPack.dll
Streaming RLE reader - decodes bits lazily on-demand.
public class RleReader
- Inheritance
-
RleReader
- Inherited Members
Methods
NextBit()
public bool NextBit()
Returns
NextBits(int)
public int NextBits(int numBits)
Parameters
numBitsint
Returns
Reset(byte[])
public void Reset(byte[] buf)
Parameters
bufbyte[]