Click or drag to resize

GenSortRecordWrite Method

Writes the GenSortRecord to the specified writer.

Namespace:  Ookii.Jumbo.Jet.Samples.IO
Assembly:  Ookii.Jumbo.Jet.Samples (in Ookii.Jumbo.Jet.Samples.dll) Version: 2.0.0
Syntax
public void Write(
	BinaryWriter writer
)

Parameters

writer
Type: System.IOBinaryWriter
The BinaryWriter to serialize the object to.

Implements

IWritableWrite(BinaryWriter)
See Also