| 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
)
Public Function Read (
reader As BinaryReader
) As PartitionFileIndexEntry
public:
virtual PartitionFileIndexEntry Read(
BinaryReader^ reader
) sealed
abstract Read :
reader : BinaryReader -> PartitionFileIndexEntry
override Read :
reader : BinaryReader -> PartitionFileIndexEntry
Parameters
- reader
- Type: System.IOBinaryReader
The reader.
Return Value
Type:
PartitionFileIndexEntryThe
PartitionFileIndexEntry read from the reader.
Implements
IValueWriterTRead(BinaryReader)See Also