|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ericsson.otp.erlang.OtpErlangObject | +--com.ericsson.otp.erlang.OtpErlangLong | +--com.ericsson.otp.erlang.OtpErlangByte
Provides a Java representation of Erlang integral types.
Constructor Summary | |
OtpErlangByte(byte b)
Create an Erlang integer from the given value. |
|
OtpErlangByte(OtpInputStream buf)
Create an Erlang integer from a stream containing an integer encoded in Erlang external format. |
Methods inherited from class com.ericsson.otp.erlang.OtpErlangLong |
byteValue,
charValue,
encode,
equals,
intValue,
longValue,
shortValue,
toString,
uIntValue,
uShortValue |
Methods inherited from class com.ericsson.otp.erlang.OtpErlangObject |
clone,
decode |
Methods inherited from class java.lang.Object |
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public OtpErlangByte(byte b)
b
- the byte value to use.public OtpErlangByte(OtpInputStream buf) throws OtpErlangRangeException, OtpErlangDecodeException
buf
- the stream containing the encoded value.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |