GH_ChunkRead Method (BinaryReader) |
Read this chunk and all child chunks from a binary stream.
Namespace:
GH_IO.Serialization
Assembly:
GH_IO (in GH_IO.dll)
Syntaxpublic void Read(
BinaryReader reader
)
Public Sub Read (
reader As BinaryReader
)
Parameters
- reader
- Type: System.IOBinaryReader
The Binary reader to use, cannot be null.
Implements
GH_IBinarySupportRead(BinaryReader)
See Also