|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of OtpOutputStream in com.ericsson.otp.erlang |
|---|
| Methods in com.ericsson.otp.erlang with parameters of type OtpOutputStream | |
|---|---|
protected void |
AbstractConnection.do_send(OtpOutputStream header)
|
protected void |
AbstractConnection.do_send(OtpOutputStream header,
OtpOutputStream payload)
|
void |
OtpErlangString.encode(OtpOutputStream buf)
Convert this string to the equivalent Erlang external representation. |
void |
OtpErlangPid.encode(OtpOutputStream buf)
Convert this PID to the equivalent Erlang external representation. |
void |
OtpErlangPort.encode(OtpOutputStream buf)
Convert this port to the equivalent Erlang external representation. |
void |
OtpErlangFun.encode(OtpOutputStream buf)
|
void |
OtpErlangDouble.encode(OtpOutputStream buf)
Convert this double to the equivalent Erlang external representation. |
void |
OtpErlangLong.encode(OtpOutputStream buf)
Convert this number to the equivalent Erlang external representation. |
void |
OtpErlangBinary.encode(OtpOutputStream buf)
Convert this binary to the equivalent Erlang external representation. |
void |
OtpErlangTuple.encode(OtpOutputStream buf)
Convert this tuple to the equivalent Erlang external representation. |
void |
OtpErlangList.encode(OtpOutputStream buf)
Convert this list to the equivalent Erlang external representation. |
void |
OtpErlangList.SubList.encode(OtpOutputStream stream)
|
void |
OtpErlangAtom.encode(OtpOutputStream buf)
Convert this atom to the equivalent Erlang external representation. |
abstract void |
OtpErlangObject.encode(OtpOutputStream buf)
Convert the object according to the rules of the Erlang external format. |
void |
OtpErlangBitstr.encode(OtpOutputStream buf)
Convert this bitstr to the equivalent Erlang external representation. |
void |
OtpErlangRef.encode(OtpOutputStream buf)
Convert this ref to the equivalent Erlang external representation. |
void |
OtpErlangExternalFun.encode(OtpOutputStream buf)
|
protected void |
OtpErlangList.encode(OtpOutputStream buf,
int start)
|
protected void |
AbstractConnection.sendBuf(OtpErlangPid from,
OtpErlangPid dest,
OtpOutputStream payload)
Send a pre-encoded message to a process on a remote node. |
void |
OtpConnection.sendBuf(OtpErlangPid dest,
OtpOutputStream payload)
Send a pre-encoded message to a process on a remote node. |
protected void |
AbstractConnection.sendBuf(OtpErlangPid from,
java.lang.String dest,
OtpOutputStream payload)
Send a pre-encoded message to a named process on a remote node. |
void |
OtpConnection.sendBuf(java.lang.String dest,
OtpOutputStream payload)
Send a pre-encoded message to a named process on a remote node. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||