Detailed Description

Brotli static dictionary.

Static Public Member Functions

static void Load (DictionaryReadyEvent onLoaded)
 Loads the dictionary. More...
 

Static Public Attributes

static string Location ="resources://brotli-static"
 Location of the dictionary. More...
 

Package Attributes

const int MinDictionaryWordLength = 4
 
const int MaxDictionaryWordLength = 24
 

Static Package Attributes

static byte[] Data
 The dictionary data. More...
 
static readonly uint[] OffsetsByLength
 
static readonly byte[] SizeBitsByLength
 

Member Function Documentation

static void Brotli.Dictionary.Load ( DictionaryReadyEvent  onLoaded)
inlinestatic

Loads the dictionary.

Member Data Documentation

byte [] Brotli.Dictionary.Data
staticpackage

The dictionary data.

string Brotli.Dictionary.Location ="resources://brotli-static"
static

Location of the dictionary.

const int Brotli.Dictionary.MaxDictionaryWordLength = 24
package
const int Brotli.Dictionary.MinDictionaryWordLength = 4
package
readonly uint [] Brotli.Dictionary.OffsetsByLength
staticpackage
Initial value:
= new uint[]{
0, 0, 0, 0, 0, 4096, 9216, 21504, 35840, 44032,
53248, 63488, 74752, 87040, 93696, 100864, 104704, 106752, 108928, 113536,
115968, 118528, 119872, 121280, 122016,
}
readonly byte [] Brotli.Dictionary.SizeBitsByLength
staticpackage
Initial value:
= new byte[]{
0, 0, 0, 0, 10, 10, 11, 11, 10, 10,
10, 10, 10, 9, 9, 8, 7, 7, 8, 7,
7, 6, 6, 5, 5,
}