public final class Port
extends com.ericsson.otp.erlang.OtpErlangPort
| Constructor and Description |
|---|
Port(com.ericsson.otp.erlang.OtpInputStream buf) |
Port(java.lang.String node,
int id,
int creation) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equal(Port _port)
Comparisson method for Port.
|
creation, encode, equals, id, node, toStringpublic Port(com.ericsson.otp.erlang.OtpInputStream buf)
throws com.ericsson.otp.erlang.OtpErlangDecodeException
com.ericsson.otp.erlang.OtpErlangDecodeExceptionpublic Port(java.lang.String node,
int id,
int creation)
public boolean equal(Port _port)