Table of Contents

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

bool

NextBits(int)

public int NextBits(int numBits)

Parameters

numBits int

Returns

int

Reset(byte[])

public void Reset(byte[] buf)

Parameters

buf byte[]