Table of Contents

Interface IWriteBin

Namespace
Hi.Common
Assembly
HiGeom.dll

Interface for writing binary data.

public interface IWriteBin
Extension Methods

Methods

WriteBin(BinaryWriter)

Writes the object's data to a binary stream.

void WriteBin(BinaryWriter writer)

Parameters

writer BinaryWriter

The binary writer to write to