IBinaryIOTWrite Method

Writes a value of T in binary using writer.

Definition

Namespace: Jodosoft.Primitives
Assembly: Jodosoft.Primitives (in Jodosoft.Primitives.dll) Version: 2.0
void Write(
	BinaryWriter writer,
	T value
)

Parameters

writer  BinaryWriter
The writer to use.
value  T
The value to write in binary.

Exceptions

ObjectDisposedExceptionThe stream is closed.
IOExceptionAn I/O error occurred.

See Also