public class MsgChannelEncryptResponse extends java.lang.Object implements ISteamSerializableMessage
| Constructor and Description |
|---|
MsgChannelEncryptResponse() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(java.io.InputStream stream) |
EMsg |
getEMsg() |
int |
getKeySize() |
int |
getProtocolVersion() |
void |
serialize(java.io.OutputStream stream) |
void |
setKeySize(int keySize) |
void |
setProtocolVersion(int protocolVersion) |
public EMsg getEMsg()
getEMsg in interface ISteamSerializableMessagepublic int getProtocolVersion()
public void setProtocolVersion(int protocolVersion)
public int getKeySize()
public void setKeySize(int keySize)
public void serialize(java.io.OutputStream stream)
throws java.io.IOException
serialize in interface ISteamSerializablejava.io.IOExceptionpublic void deserialize(java.io.InputStream stream)
throws java.io.IOException
deserialize in interface ISteamSerializablejava.io.IOException