Uses of Class
com.sun.corba.ee.impl.encoding.TypeCodeOutputStream
-
Packages that use TypeCodeOutputStream Package Description com.sun.corba.ee.impl.corba com.sun.corba.ee.impl.encoding -
-
Uses of TypeCodeOutputStream in com.sun.corba.ee.impl.corba
Methods in com.sun.corba.ee.impl.corba with parameters of type TypeCodeOutputStream Modifier and Type Method Description voidTypeCodeImpl. write_value(TypeCodeOutputStream tcos) -
Uses of TypeCodeOutputStream in com.sun.corba.ee.impl.encoding
Methods in com.sun.corba.ee.impl.encoding that return TypeCodeOutputStream Modifier and Type Method Description TypeCodeOutputStreamTypeCodeOutputStream. createEncapsulation(ORB _orb)TypeCodeOutputStreamTypeCodeOutputStream. getTopLevelStream()static TypeCodeOutputStreamOutputStreamFactory. newTypeCodeOutputStream(ORB orb)static TypeCodeOutputStreamTypeCodeOutputStream. wrapOutputStream(OutputStream os)
-