Reader Constructor (Stream) |
Initialize with Stream.
Namespace: MaxMind.DbAssembly: MaxMind.Db (in MaxMind.Db.dll) Version: 2.2.0
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