C# Class Brunet.AddressParser

Show file Open project: pstjuste/brunet Class Usage Examples

Protected Properties

Property Type Description
_address_cache Cache
_cache Address>.WeakValueTable
_mb_cache Brunet.Address[]

Public Methods

Method Description
Parse ( MemBlock mb ) : Brunet.Address
Parse ( string ascii ) : Brunet.Address

Protected Methods

Method Description
NoCacheParse ( string ascii ) : Brunet.Address
SimulatorCache ( Brunet.Address a ) : Brunet.Address

Private Methods

Method Description
AddressParser ( ) : System

Method Details

NoCacheParse() protected static method

protected static NoCacheParse ( string ascii ) : Brunet.Address
ascii string
return Brunet.Address

Parse() static public method

static public Parse ( MemBlock mb ) : Brunet.Address
mb MemBlock
return Brunet.Address

Parse() public static method

public static Parse ( string ascii ) : Brunet.Address
ascii string
return Brunet.Address

SimulatorCache() protected static method

protected static SimulatorCache ( Brunet.Address a ) : Brunet.Address
a Brunet.Address
return Brunet.Address

Property Details

_address_cache protected static property

protected static Cache _address_cache
return Cache

_cache protected static property

protected static WeakValueTable _cache
return Address>.WeakValueTable

_mb_cache protected static property

protected static Address[],Brunet _mb_cache
return Brunet.Address[]