コード例 #1
0
ファイル: Ref.cs プロジェクト: e42s/jungerl
 /*
 * Convert this ref to the equivalent Erlang external representation.
 *
 * @param buf an output stream to which the encoded ref should be
 * written.
 **/
 public override void encode(OtpOutputStream buf)
 {
     buf.write_ref(_node, _ids, _creation);
 }
コード例 #2
0
ファイル: Ref.cs プロジェクト: yonglehou/otp.net
 /*
  * Convert this ref to the equivalent Erlang external representation.
  *
  * @param buf an output stream to which the encoded ref should be
  * written.
  **/
 public override void  encode(OtpOutputStream buf)
 {
     buf.write_ref(_node, _ids, _creation);
 }