Modifier and Type | Field and Description |
---|---|
private BinaryReader |
AMsgBase.reader |
Modifier and Type | Method and Description |
---|---|
void |
GCMsgCraftItem.deSerialize(BinaryReader stream) |
Modifier and Type | Method and Description |
---|---|
void |
UdpHeader.deSerialize(BinaryReader stream) |
void |
MsgHdrProtoBuf.deSerialize(BinaryReader stream) |
void |
MsgHdr.deSerialize(BinaryReader stream) |
void |
MsgGCHdrProtoBuf.deSerialize(BinaryReader stream) |
void |
MsgGCHdr.deSerialize(BinaryReader stream) |
void |
ISteamSerializable.deSerialize(BinaryReader stream) |
void |
ExtendedClientMsgHdr.deSerialize(BinaryReader stream) |
void |
Disconnect.deSerialize(BinaryReader stream) |
void |
Datagram.deSerialize(BinaryReader stream) |
void |
ConnectData.deSerialize(BinaryReader stream) |
void |
ChallengeData.deSerialize(BinaryReader stream) |
void |
Accept.deSerialize(BinaryReader stream) |
Modifier and Type | Method and Description |
---|---|
void |
MsgClientVACBanStatus.deSerialize(BinaryReader stream) |
void |
MsgClientSetIgnoreFriendResponse.deSerialize(BinaryReader stream) |
void |
MsgClientSetIgnoreFriend.deSerialize(BinaryReader stream) |
void |
MsgClientLogon.deSerialize(BinaryReader stream) |
void |
MsgClientJoinChat.deSerialize(BinaryReader stream) |
void |
MsgClientGetNumberOfCurrentPlayersResponse.deSerialize(BinaryReader stream) |
void |
MsgClientGetNumberOfCurrentPlayers.deSerialize(BinaryReader stream) |
void |
MsgClientChatMsg.deSerialize(BinaryReader stream) |
void |
MsgClientChatMemberInfo.deSerialize(BinaryReader stream) |
void |
MsgClientChatEnter.deSerialize(BinaryReader stream) |
void |
MsgClientChatActionResult.deSerialize(BinaryReader stream) |
void |
MsgClientChatAction.deSerialize(BinaryReader stream) |
void |
MsgChannelEncryptResult.deSerialize(BinaryReader stream) |
void |
MsgChannelEncryptResponse.deSerialize(BinaryReader stream) |
void |
MsgChannelEncryptRequest.deSerialize(BinaryReader stream) |
Modifier and Type | Field and Description |
---|---|
(package private) BinaryReader |
TcpConnection.netReader |
private BinaryReader |
UdpPacket.payload |
Modifier and Type | Method and Description |
---|---|
private void |
UdpConnection.sendData(BinaryReader ms)
Sends the data sequenced as a single message, splitting it into multiple parts if necessary.
|
void |
UdpPacket.setPayload(BinaryReader ms)
Sets the payload
|
void |
UdpPacket.setPayload(BinaryReader ms,
int length)
Sets the payload.
|
Constructor and Description |
---|
UdpPacket(BinaryReader ms)
Initializes a new instance of the
UdpPacket class with
information from the memory stream. |
UdpPacket(EUdpPacketType type,
BinaryReader reader)
Initializes a new instance of the
UdpPacket class, of the
specified type containing the specified payload. |
UdpPacket(EUdpPacketType type,
BinaryReader payload,
int length)
Initializes a new instance of the
UdpPacket class, of the
specified type containing the first 'length' bytes of specified payload. |
Modifier and Type | Method and Description |
---|---|
boolean |
KeyValue.readAsBinary(BinaryReader input)
Populate this instance from the given
BinaryReader as a binary KeyValue . |
Modifier and Type | Method and Description |
---|---|
void |
Entry.deSerialize(BinaryReader stream) |
Modifier and Type | Method and Description |
---|---|
private static boolean |
ZipUtil.peekHeader(BinaryReader reader,
int expecting) |
private static int |
ZipUtil.readCentralDirectory(BinaryReader reader,
Passable<String> fileName) |
private static int |
ZipUtil.readEndOfDirectory(BinaryReader reader) |
private static byte[] |
ZipUtil.readLocalFile(BinaryReader reader,
Passable<String> fileName,
Passable<Integer> decompressedSize) |
Copyright © 2012. All Rights Reserved.