|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.OutputStream
org.omg.CORBA.portable.OutputStream
org.omg.CORBA_2_3.portable.OutputStream
org.jacorb.orb.CDROutputStream
org.jacorb.orb.giop.MessageOutputStream
MessageOutputStream.java Created: Sat Aug 18 12:12:22 2002
Field Summary |
Fields inherited from class org.jacorb.orb.CDROutputStream |
buffer, giop_minor |
Constructor Summary | |
MessageOutputStream()
|
Method Summary | |
void |
insertMsgSize()
|
void |
insertMsgSize(int size)
|
void |
write_to(GIOPConnection conn)
|
void |
writeGIOPMsgHeader(int message_type,
int minor_version)
Writes a GIOPMessageHeader of the required type to the beginning of the buffer and sets the start position and index. |
Methods inherited from class org.omg.CORBA.portable.OutputStream |
write_Context, write_fixed, write |
Methods inherited from class java.io.OutputStream |
flush, write, write |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MessageOutputStream()
Method Detail |
public void writeGIOPMsgHeader(int message_type, int minor_version)
public void insertMsgSize(int size)
public void insertMsgSize()
public void write_to(GIOPConnection conn) throws java.io.IOException
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |