Package com.ericsson.otp.ic
Class RefHolder
java.lang.Object
com.ericsson.otp.ic.RefHolder
Holder class for Ref.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
_marshal
(com.ericsson.otp.erlang.OtpOutputStream out) Marshal method for the RefHolder class, encodes the Ref object value to the output stream.void
_unmarshal
(com.ericsson.otp.erlang.OtpInputStream in) Unmarshal method for the RefHolder class, decodes a Ref object from the output stream and assigns it to the Holder value field.
-
Field Details
-
value
Ref instance variable.
-
-
Constructor Details
-
RefHolder
public RefHolder() -
RefHolder
-
-
Method Details