Reader Constructor |
Name | Description | |
---|---|---|
![]() | Reader(Stream) |
Initialize with Stream. The current position of the
string must point to the start of the database. The content
between the current position and the end of the stream must
be a valid MaxMind DB.
|
![]() | Reader(String) |
Initializes a new instance of the Reader class.
|
![]() | Reader(String, FileAccessMode) |
Initializes a new instance of the Reader class.
|