Exemplo n.º 1
0
 public short ReadShort()
 {
     Require(2);
     return(_easyBuffer.ReadShort());
 }