Beispiel #1
0
 public object Read(byte[] buffer, int index)
 {
     return(ByteOrder.GetShortBE(buffer, index));
 }