Exemplo n.º 1
0
 public BasicInt128(ExtendedDataInput @in)
 {
     value = @in.readLong2();
 }