Reader Constructor (Stream) |
Initialize with Stream.
Namespace:
MaxMind.Db
Assembly:
MaxMind.Db (in MaxMind.Db.dll) Version: 2.4.0
Syntax public 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