Beispiel #1
0
 public byte ReadByte()
 {
     Require(1);
     return(_easyBuffer.ReadByte());
 }