Click or drag to resize

Reader Constructor

Overload List
  NameDescription
Public methodReader(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.
Public methodReader(String)
Initializes a new instance of the Reader class.
Public methodReader(String, FileAccessMode)
Initializes a new instance of the Reader class.
Top
See Also