Uses of Class
org.omg.IOP.CodecPackage.FormatMismatch
-
Packages that use FormatMismatch 软件包 描述 org.omg.IOP 该包包含OMG文档 “通用对象请求代理:体系结构和规范 ” formal/99-10-07第13.6节中指定的IOP模块。org.omg.IOP.CodecPackage 该包是从IOP :: Codec IDL接口定义生成的。 -
-
Uses of FormatMismatch in org.omg.IOP
Methods in org.omg.IOP that throw FormatMismatch Modifier and Type 方法 描述 AnyCodecOperations. decode(byte[] data)根据对这个Codec有效的编码格式,将给定的字节数组解码为Codec。AnyCodecOperations. decode_value(byte[] data, TypeCode tc)根据给定的TypeCode和对此Codec有效的编码格式,将给定的字节数组解码为Codec。 -
Uses of FormatMismatch in org.omg.IOP.CodecPackage
Methods in org.omg.IOP.CodecPackage that return FormatMismatch Modifier and Type 方法 描述 static FormatMismatchFormatMismatchHelper. extract(Any a)static FormatMismatchFormatMismatchHelper. read(InputStream istream)Methods in org.omg.IOP.CodecPackage with parameters of type FormatMismatch Modifier and Type 方法 描述 static voidFormatMismatchHelper. insert(Any a, FormatMismatch that)static voidFormatMismatchHelper. write(OutputStream ostream, FormatMismatch value)
-