write_ref() публичный Метод

public write_ref ( String node, int id, int creation ) : void
node String
id int
creation int
Результат void
Пример #1
0
 /**
  * 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
 /**
  * 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);
 }