Reads the binary serialization of the object from dataStream
Namespace: BrightstarDB.CachingAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
void Read( Stream dataStream ) |
| Visual Basic |
|---|
Sub Read ( dataStream As Stream ) |
| Visual C++ |
|---|
void Read( Stream^ dataStream ) |
| F# |
|---|
abstract Read : dataStream : Stream -> unit |
Parameters
- dataStream
- Type: System.IO..::..Stream