Beispiel #1
0
 /*
  * Convert this number to the equivalent Erlang external
  * representation.
  *
  * @param buf an output stream to which the encoded number should be
  * written.
  **/
 public override void  encode(OtpOutputStream buf)
 {
     buf.write_long(this.val);
 }
Beispiel #2
0
 /*
 * Convert this number to the equivalent Erlang external
 * representation.
 *
 * @param buf an output stream to which the encoded number should be
 * written.
 **/
 public override void encode(OtpOutputStream buf)
 {
     buf.write_long(this.val);
 }