Uses of Class
org.omg.IOP.CodecPackage.FormatMismatch
-
Packages that use FormatMismatch Package Description com.sun.corba.ee.impl.interceptors org.omg.IOP org.omg.IOP.CodecPackage -
-
Uses of FormatMismatch in com.sun.corba.ee.impl.interceptors
Methods in com.sun.corba.ee.impl.interceptors that throw FormatMismatch Modifier and Type Method Description AnyCDREncapsCodec. decode(byte[] data)Decode the given octet sequence into an any based on a CDR encapsulated octet sequence.AnyCDREncapsCodec. decode_value(byte[] data, TypeCode tc)Decode the given octet sequence into an any based on a CDR encapsulated octet sequence.private AnyCDREncapsCodec. decodeImpl(byte[] data, TypeCode tc)Decode the given octet sequence into an any based on a CDR encapsulated octet sequence. -
Uses of FormatMismatch in org.omg.IOP
Methods in org.omg.IOP that throw FormatMismatch Modifier and Type Method Description AnyCodecOperations. decode(byte[] data)Decodes the given byte array into an Any based on the encoding format effective for thisCodec.AnyCodecOperations. decode_value(byte[] data, TypeCode tc)Decodes the given byte array into an Any based on the givenTypeCodeand the encoding format effective for thisCodec. -
Uses of FormatMismatch in org.omg.IOP.CodecPackage
Fields in org.omg.IOP.CodecPackage declared as FormatMismatch Modifier and Type Field Description FormatMismatchFormatMismatchHolder. valueMethods in org.omg.IOP.CodecPackage that return FormatMismatch Modifier and Type Method Description static FormatMismatchFormatMismatchHelper. extract(Any a)static FormatMismatchFormatMismatchHelper. read(InputStream istream)Methods in org.omg.IOP.CodecPackage with parameters of type FormatMismatch Modifier and Type Method Description static voidFormatMismatchHelper. insert(Any a, FormatMismatch that)static voidFormatMismatchHelper. write(OutputStream ostream, FormatMismatch value)Constructors in org.omg.IOP.CodecPackage with parameters of type FormatMismatch Constructor Description FormatMismatchHolder(FormatMismatch initialValue)
-