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: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public void Read(
	BinaryReader reader,
	PacketFormatOption format,
	bool verifyChecksum
)

Parameters

reader  BinaryReader
The BinaryReader to read the packe data from.
format  PacketFormatOption
The format.
verifyChecksum  Boolean
to verify the checksum read from the data source against the actual checksum of the data; to skip verifying the checksum.
See Also