Esempio n. 1
0
 public short ReadInt16()
 {
     CheckType(DebugSerializeType.Int16, 16);
     return(bitStream.ReadInt16());
 }