Uses of Class
org.omg.IOP.CodecPackage.FormatMismatch
Packages that use FormatMismatch
-
Uses of FormatMismatch in com.sun.corba.ee.impl.interceptors
Methods in com.sun.corba.ee.impl.interceptors that throw FormatMismatchModifier and TypeMethodDescriptionCDREncapsCodec.decode
(byte[] data) Decode the given octet sequence into an any based on a CDR encapsulated octet sequence.CDREncapsCodec.decode_value
(byte[] data, TypeCode tc) Decode the given octet sequence into an any based on a CDR encapsulated octet sequence.private Any
CDREncapsCodec.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 FormatMismatchModifier and TypeMethodDescriptionCodecOperations.decode
(byte[] data) Decodes the given byte array into an Any based on the encoding format effective for thisCodec
.CodecOperations.decode_value
(byte[] data, TypeCode tc) Decodes the given byte array into an Any based on the givenTypeCode
and the encoding format effective for thisCodec
. -
Uses of FormatMismatch in org.omg.IOP.CodecPackage
Fields in org.omg.IOP.CodecPackage declared as FormatMismatchMethods in org.omg.IOP.CodecPackage that return FormatMismatchModifier and TypeMethodDescriptionstatic FormatMismatch
static FormatMismatch
FormatMismatchHelper.read
(InputStream istream) Methods in org.omg.IOP.CodecPackage with parameters of type FormatMismatchModifier and TypeMethodDescriptionstatic void
FormatMismatchHelper.insert
(Any a, FormatMismatch that) static void
FormatMismatchHelper.write
(OutputStream ostream, FormatMismatch value) Constructors in org.omg.IOP.CodecPackage with parameters of type FormatMismatch