Class OtpErlangByte

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable

    public class OtpErlangByte
    extends OtpErlangLong
    Provides a Java representation of Erlang integral types.
    See Also:
    Serialized Form
    • Constructor Detail

      • OtpErlangByte

        public OtpErlangByte​(byte b)
        Create an Erlang integer from the given value.
        Parameters:
        b - the byte value to use.