Click or drag to resize
Reader Constructor (Stream)
Initialize with Stream.

Namespace:  MaxMind.Db
Assembly:  MaxMind.Db (in MaxMind.Db.dll) Version: 2.1.3
Syntax
public Reader(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The stream to use. It will be used from its current position.
Exceptions
ExceptionCondition
ArgumentNullException
See Also