Click or drag to resize

PartitionFileIndexEntryValueWriter.Write Method

Writes the specified value.

Namespace:  Ookii.Jumbo.Jet.Channels
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public void Write(
	PartitionFileIndexEntry value,
	BinaryWriter writer
)

Parameters

value
Type: Ookii.Jumbo.Jet.Channels.PartitionFileIndexEntry
The value.
writer
Type: System.IO.BinaryWriter
The writer.

Implements

IValueWriter<T>.Write(T, BinaryWriter)
See Also