Table of Contents

Interface IBinaryIo

Namespace
Hi.Common
Assembly
HiGeom.dll

Interface for binary input/output operations. Extends IWriteBin to provide both read and write capabilities.

public interface IBinaryIo : IWriteBin
Inherited Members
Extension Methods

Methods

ReadBin(BinaryReader)

Reads binary data to initialize the object.

void ReadBin(BinaryReader reader)

Parameters

reader BinaryReader

The binary reader to read from