Public Static Fields
baseBlockSize | When multiplied by compression parameter (1-9) gives the block size for compression 9 gives the best compresssion but uses the most memory. |
G_SIZE | Backend constant |
MAX_ALPHA_SIZE | Backend constant |
MAX_CODE_LEN | Backend constant |
MAX_SELECTORS | Backend constant |
N_GROUPS | Backend constant |
N_ITERS | Backend constant |
NUM_OVERSHOOT_BYTES | Backend constant |
rNums | Random numbers used to randomise repetitive blocks |
RUNA | Backend constant |
RUNB | Backend constant |
Public Instance Methods
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
See Also
BZip2Constants Class | ICSharpCode.SharpZipLib.BZip2 Namespace