Click or drag to resize

UInt128WriterRead Method

Reads a value from the specified reader.

Namespace:  Ookii.Jumbo.Jet.Samples.IO
Assembly:  Ookii.Jumbo.Jet.Samples (in Ookii.Jumbo.Jet.Samples.dll) Version: 2.0.0
Syntax
public UInt128 Read(
	BinaryReader reader
)

Parameters

reader
Type: System.IOBinaryReader
The reader.

Return Value

Type: UInt128
The deserialized value.

Implements

IValueWriterTRead(BinaryReader)
See Also