Exemplo n.º 1
0
 public void TestSwapMedium()
 {
     Assert.Equal(0x563412, ByteBufferUtil.SwapMedium(0x123456));
     Assert.Equal(0x80, ByteBufferUtil.SwapMedium(0x800000));
 }