Click or drag to resize

PacketRead Method

Reads packet data from a BinaryReader.

Namespace:  Ookii.Jumbo.Dfs
Assembly:  Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax
public void Read(
	BinaryReader reader,
	PacketFormatOption format,
	bool verifyChecksum
)

Parameters

reader
Type: System.IOBinaryReader
The BinaryReader to read the packe data from.
format
Type: Ookii.Jumbo.DfsPacketFormatOption
The format.
verifyChecksum
Type: SystemBoolean
to verify the checksum read from the data source against the actual checksum of the data; to skip verifying the checksum.
See Also