Click or drag to resize

PartitionFileIndexEntryValueWriterWrite 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.ChannelsPartitionFileIndexEntry
The value.
writer
Type: System.IOBinaryWriter
The writer.

Implements

IValueWriterTWrite(T, BinaryWriter)
See Also