Click or drag to resize

PartitionFileIndexEntryValueWriterRead Method

Reads a value from the specified reader.

Namespace:  Ookii.Jumbo.Jet.Channels
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public PartitionFileIndexEntry Read(
	BinaryReader reader
)

Parameters

reader
Type: System.IOBinaryReader
The reader.

Return Value

Type: PartitionFileIndexEntry
The PartitionFileIndexEntry read from the reader.

Implements

IValueWriterTRead(BinaryReader)
See Also