Package com.ericsson.otp.ic
Class TermHelper
- java.lang.Object
-
- com.ericsson.otp.ic.TermHelper
-
public class TermHelper extends java.lang.Object
Helper class for Term.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
marshal(com.ericsson.otp.erlang.OtpOutputStream _out, Term _any)
Marshal method for the Term class, encodes the Term object to the output stream.static Term
unmarshal(com.ericsson.otp.erlang.OtpInputStream _in)
Unmarshal method for the Term class, decodes a Term object from the stream.
-
-
-
Method Detail
-
marshal
public static void marshal(com.ericsson.otp.erlang.OtpOutputStream _out, Term _any) throws java.lang.Exception
Marshal method for the Term class, encodes the Term object to the output stream.- Throws:
java.lang.Exception
-
unmarshal
public static Term unmarshal(com.ericsson.otp.erlang.OtpInputStream _in) throws java.lang.Exception
Unmarshal method for the Term class, decodes a Term object from the stream.- Returns:
- Term, read from the input stream
- Throws:
java.lang.Exception
-
-