Method | Description | |
---|---|---|
Create ( byte array ) : TrieProvider |
Creates a new provider from the byte array supplied.
|
|
Create ( string file ) : TrieProvider |
Creates a new provider from the binary file supplied.
|
|
Create ( string file, bool isTempFile ) : TrieProvider |
Creates a new provider from the binary file supplied.
|
Method | Description | |
---|---|---|
Create ( |
||
ReadDevices ( |
||
ReadHeaders ( |
||
ReadLookupList ( |
||
ReadProperties ( |
||
ReadStrings ( |
public static Create ( byte array ) : TrieProvider | ||
array | byte | |
return | TrieProvider |
public static Create ( string file ) : TrieProvider | ||
file | string | Binary file to use to create the provider. |
return | TrieProvider |
public static Create ( string file, bool isTempFile ) : TrieProvider | ||
file | string | Binary file to use to create the provider. |
isTempFile | bool | True if the file should be deleted when the source is disposed |
return | TrieProvider |