public void writeTo(DataOutput dout) throws IOException {
   super.writeTo(dout);
   dout.writeShort(mStringConstant.getIndex());
 }
Exemplo n.º 2
0
 public void writeTo(DataOutput dout) throws IOException {
   super.writeTo(dout);
   dout.writeFloat(mValue.floatValue());
 }