Uses of Interface
org.omg.IOP.Codec
Packages that use Codec
-
Uses of Codec in com.sun.corba.ee.impl.folb
Fields in com.sun.corba.ee.impl.folb declared as Codec -
Uses of Codec in com.sun.corba.ee.impl.interceptors
Classes in com.sun.corba.ee.impl.interceptors that implement CodecModifier and TypeClassDescriptionfinal classCDREncapsCodec is an implementation of Codec, as described in orbos/99-12-02, that supports CDR encapsulation version 1.0, 1.1, and 1.2.Fields in com.sun.corba.ee.impl.interceptors declared as CodecMethods in com.sun.corba.ee.impl.interceptors that return CodecModifier and TypeMethodDescriptionCodecFactoryImpl.create_codec(Encoding enc) Creates a codec of the given encoding. -
Uses of Codec in org.omg.IOP
Fields in org.omg.IOP declared as CodecMethods in org.omg.IOP that return CodecModifier and TypeMethodDescriptionCodecFactoryOperations.create_codec(Encoding enc) Create aCodecof the given encoding.static Codecstatic Codecstatic CodecCodecHelper.read(InputStream istream) static CodecCodecHelper.unchecked_narrow(Object obj) Methods in org.omg.IOP with parameters of type CodecModifier and TypeMethodDescriptionstatic voidstatic voidCodecHelper.write(OutputStream ostream, Codec value) Constructors in org.omg.IOP with parameters of type Codec