메소드 | 설명 | |
---|---|---|
Deserialize ( byte &buf, int &off ) : void | ||
ReadInt ( byte &buf, int &off ) : int | ||
ReadString ( byte &buf, int &off ) : string | ||
Serialize ( byte &buf, int &off ) : void | ||
Write ( byte &buf, int &off, int v ) : void | ||
Write ( byte &buf, int &off, string v ) : void |
public static Deserialize ( byte &buf, int &off ) : void | ||
buf | byte | |
off | int | |
리턴 | void |
public static ReadString ( byte &buf, int &off ) : string | ||
buf | byte | |
off | int | |
리턴 | string |
public static Serialize ( byte &buf, int &off ) : void | ||
buf | byte | |
off | int | |
리턴 | void |
public static Write ( byte &buf, int &off, int v ) : void | ||
buf | byte | |
off | int | |
v | int | |
리턴 | void |
public static Write ( byte &buf, int &off, string v ) : void | ||
buf | byte | |
off | int | |
v | string | |
리턴 | void |