public Deserialize ( Stream stream, int size ) : int | ||
stream | Stream | Stream contains a serialized instance of this class. |
size | int | The number of bytes can read if -1, no limitation. MUST be -1. |
return | int |
public Deserialize ( Stream stream, int size ) : int | ||
stream | Stream | Stream contains a serialized instance of this class. |
size | int | The number of bytes can read if -1, no limitation. MUST be -1. |
return | int |