Пример #1
0
 public object Read(byte[] buffer, int index)
 {
     return(ByteOrder.GetShortLE(buffer, index));
 }