public class OtpErlangExternalFun extends OtpErlangObject
OtpErlangObject.Hash
hashCodeValue
构造器和说明 |
---|
OtpErlangExternalFun(OtpInputStream buf) |
OtpErlangExternalFun(java.lang.String module,
java.lang.String function,
int arity) |
限定符和类型 | 方法和说明 |
---|---|
protected int |
doHashCode() |
void |
encode(OtpOutputStream buf)
Convert the object according to the rules of the Erlang external format.
|
boolean |
equals(java.lang.Object o)
Determine if two Erlang objects are equal.
|
java.lang.String |
toString() |
clone, decode, hashCode
public OtpErlangExternalFun(java.lang.String module, java.lang.String function, int arity)
public OtpErlangExternalFun(OtpInputStream buf) throws OtpErlangDecodeException
public void encode(OtpOutputStream buf)
OtpErlangObject
encode
在类中 OtpErlangObject
buf
- an output stream to which the encoded term should be
written.public boolean equals(java.lang.Object o)
OtpErlangObject
equals
在类中 OtpErlangObject
o
- the object to compare to.protected int doHashCode()
doHashCode
在类中 OtpErlangObject
public java.lang.String toString()
toString
在类中 OtpErlangObject