public class ChallengeData extends java.lang.Object implements ISteamSerializable
| Modifier and Type | Field and Description |
|---|---|
static int |
CHALLENGE_MASK |
| Constructor and Description |
|---|
ChallengeData() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(java.io.InputStream stream) |
int |
getChallengeValue() |
int |
getServerLoad() |
void |
serialize(java.io.OutputStream stream) |
void |
setChallengeValue(int challengeValue) |
void |
setServerLoad(int serverLoad) |
public static final int CHALLENGE_MASK
public int getChallengeValue()
public void setChallengeValue(int challengeValue)
public int getServerLoad()
public void setServerLoad(int serverLoad)
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