Ejemplo n.º 1
0
 public static long ReadLong(ByteBuffer buffer)
 {
    return buffer.GetInt64();
 }