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 void
TypeCodeImpl. 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 TypeCodeOutputStream
TypeCodeOutputStream. createEncapsulation(ORB _orb)
TypeCodeOutputStream
TypeCodeOutputStream. getTopLevelStream()
static TypeCodeOutputStream
OutputStreamFactory. newTypeCodeOutputStream(ORB orb)
static TypeCodeOutputStream
TypeCodeOutputStream. wrapOutputStream(OutputStream os)
-