Click or drag to resize

Reader Methods

The Reader type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateAsync(Stream)
Asynchronously initialize with Stream.
Public methodStatic memberCreateAsync(String)
Asynchronously initializes a new instance of the Reader class by loading the specified file into memory.
Public methodDispose
Release resources back to the system.
Public methodEquals (Inherited from Object.)
Public methodFindT(IPAddress, InjectableValues)
Finds the data related to the specified address.
Public methodFindT(IPAddress, Int32, InjectableValues)
Finds the data related to the specified address.
Public methodFindAllT
Get an enumerator that iterates all data nodes in the database. Do not modify the object as it may be cached. Note that due to caching, the Network attribute on constructor parameters will be ignored.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also