org.jacorb.orb.giop
Interface CodeSet.OutputBuffer

All Known Implementing Classes:
CDROutputStream, LocateReplyOutputStream, LocateRequestOutputStream, MessageOutputStream, ReplyOutputStream, RequestOutputStream, ServiceContextTransportingOutputStream
Enclosing class:
CodeSet

public static interface CodeSet.OutputBuffer

Represents a buffer to which character data may be written.


Method Summary
 void write_byte(byte b)
          Writes the specified byte to the buffer.
 void write_short(short value)
          Forces short (2-byte) alignment and writes the specified value to the buffer.
 

Method Detail

write_byte

void write_byte(byte b)
Writes the specified byte to the buffer.

Parameters:
b - the byte to write

write_short

void write_short(short value)
Forces short (2-byte) alignment and writes the specified value to the buffer.

Parameters:
value - the value to write.