| PacketRead Method |
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
)
Public Sub Read (
reader As BinaryReader,
format As PacketFormatOption,
verifyChecksum As Boolean
)
public:
void Read(
BinaryReader^ reader,
PacketFormatOption format,
bool verifyChecksum
)
member Read :
reader : BinaryReader *
format : PacketFormatOption *
verifyChecksum : bool -> unit
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