C# Class Volante.PatriciaTrieKey

Mostra file Open project: kjk/volante Class Usage Examples

Public Methods

Method Description
From7bitString ( string str ) : PatriciaTrieKey
From8bitString ( string str ) : PatriciaTrieKey
FromByteArray ( byte arr ) : PatriciaTrieKey
FromDecimalDigits ( string digits ) : PatriciaTrieKey
FromIpAddress ( IPAddress addr ) : PatriciaTrieKey
FromIpAddress ( string addr ) : PatriciaTrieKey
PatriciaTrieKey ( ulong mask, int length ) : System

Method Details

From7bitString() public static method

public static From7bitString ( string str ) : PatriciaTrieKey
str string
return PatriciaTrieKey

From8bitString() public static method

public static From8bitString ( string str ) : PatriciaTrieKey
str string
return PatriciaTrieKey

FromByteArray() public static method

public static FromByteArray ( byte arr ) : PatriciaTrieKey
arr byte
return PatriciaTrieKey

FromDecimalDigits() public static method

public static FromDecimalDigits ( string digits ) : PatriciaTrieKey
digits string
return PatriciaTrieKey

FromIpAddress() public static method

public static FromIpAddress ( IPAddress addr ) : PatriciaTrieKey
addr System.Net.IPAddress
return PatriciaTrieKey

FromIpAddress() public static method

public static FromIpAddress ( string addr ) : PatriciaTrieKey
addr string
return PatriciaTrieKey

PatriciaTrieKey() public method

public PatriciaTrieKey ( ulong mask, int length ) : System
mask ulong
length int
return System