Reader Constructor (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.
Namespace:
MaxMind.Db
Assembly:
MaxMind.Db (in MaxMind.Db.dll) Version: 2.6.1
Syntaxpublic Reader(
Stream stream
)
Public Sub New (
stream As Stream
)
public:
Reader(
Stream^ stream
)
new :
stream : Stream -> Reader
Parameters
- stream
- Type: System.IOStream
The stream to use. It will be used from its
current position.
Exceptions
See Also