Table of Contents

Class BZip2Constants

Namespace
Org.BouncyCastle.Utilities.Bzip2
Assembly
BouncyCastle.Cryptography.dll
public class BZip2Constants
Inheritance
BZip2Constants
Inherited Members

Fields

G_SIZE

public const int G_SIZE = 50

Field Value

int

MAX_ALPHA_SIZE

public const int MAX_ALPHA_SIZE = 258

Field Value

int

MAX_CODE_LEN

public const int MAX_CODE_LEN = 20

Field Value

int

MAX_CODE_LEN_GEN

public const int MAX_CODE_LEN_GEN = 17

Field Value

int

MAX_SELECTORS

public const int MAX_SELECTORS = 18002

Field Value

int

NUM_OVERSHOOT_BYTES

public const int NUM_OVERSHOOT_BYTES = 20

Field Value

int

N_GROUPS

public const int N_GROUPS = 6

Field Value

int

N_ITERS

public const int N_ITERS = 4

Field Value

int

RUNA

public const int RUNA = 0

Field Value

int

RUNB

public const int RUNB = 1

Field Value

int

baseBlockSize

public const int baseBlockSize = 100000

Field Value

int