jp.go.aist.rtm.RTC.port
Class EncapsOutputStreamExt

java.lang.Object
  extended by java.io.OutputStream
      extended by org.omg.CORBA.portable.OutputStream
          extended by org.omg.CORBA_2_3.portable.OutputStream
              extended by com.sun.corba.se.impl.encoding.CDROutputStream
                  extended by com.sun.corba.se.impl.encoding.EncapsOutputStream
                      extended by jp.go.aist.rtm.RTC.port.EncapsOutputStreamExt
All Implemented Interfaces:
com.sun.corba.se.impl.encoding.MarshalOutputStream, java.io.Closeable, java.io.Flushable, java.io.Serializable, org.omg.CORBA.DataOutputStream, org.omg.CORBA.portable.IDLEntity, org.omg.CORBA.portable.ValueBase, org.omg.CORBA.portable.ValueOutputStream

public class EncapsOutputStreamExt
extends com.sun.corba.se.impl.encoding.EncapsOutputStream

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.sun.corba.se.impl.encoding.CDROutputStream
corbaMessageMediator, orb, wrapper
 
Constructor Summary
EncapsOutputStreamExt(org.omg.CORBA.ORB orb, boolean isLittleEndian)
           Constructor
 
Method Summary
 byte[] getByteArray()
           Gets the content of the stream in the array.
 
Methods inherited from class com.sun.corba.se.impl.encoding.EncapsOutputStream
create_input_stream, createCharCTBConverter, createWCharCTBConverter
 
Methods inherited from class com.sun.corba.se.impl.encoding.CDROutputStream
_truncatable_ids, alignOnBoundary, close, end_block, end_value, flush, freeInternalCaches, getBufferManager, getByteBuffer, getByteBufferWithInfo, getGIOPVersion, getIndex, getMessageMediator, getRealIndex, getSize, isLittleEndian, orb, putEndian, setByteBuffer, setByteBufferWithInfo, setHeaderPadding, setIndex, setMessageMediator, start_block, start_value, toByteArray, write_abstract_interface, write_Abstract, write_any_array, write_any, write_boolean_array, write_boolean, write_char_array, write_char, write_Context, write_double_array, write_double, write_fixed, write_fixed, write_float_array, write_float, write_long_array, write_long, write_longlong_array, write_longlong, write_Object, write_octet_array, write_octet, write_Principal, write_short_array, write_short, write_string, write_TypeCode, write_ulong_array, write_ulong, write_ulonglong_array, write_ulonglong, write_ushort_array, write_ushort, write_value, write_Value, write_value, write_value, write_value, write_wchar_array, write_wchar, write_wstring, write, write, write, writeIndirection, writeOctetSequenceTo, writeTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncapsOutputStreamExt

public EncapsOutputStreamExt(org.omg.CORBA.ORB orb,
                             boolean isLittleEndian)
Constructor

Method Detail

getByteArray

public final byte[] getByteArray()
Gets the content of the stream in the array.