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 方法 描述 Any
CodecOperations. decode(byte[] data)
根据对这个Codec
有效的编码格式,将给定的字节数组解码为Codec
。Any
CodecOperations. 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 FormatMismatch
FormatMismatchHelper. extract(Any a)
static FormatMismatch
FormatMismatchHelper. read(InputStream istream)
Methods in org.omg.IOP.CodecPackage with parameters of type FormatMismatch Modifier and Type 方法 描述 static void
FormatMismatchHelper. insert(Any a, FormatMismatch that)
static void
FormatMismatchHelper. write(OutputStream ostream, FormatMismatch value)
-