所有类
|
|||||||||
类 org.omg.IOP.CodecPackage.InvalidTypeForEncoding
的使用
使用 InvalidTypeForEncoding 的软件包 | |
---|---|
org.omg.IOP | 此包包含在 OMG 文档 The Common Object Request Broker: Architecture and Specification http://cgi.omg.org/cgi-bin/doc?formal/99-10-07 的 13.6.小节中指定的 IOP 模块。 |
org.omg.IOP.CodecPackage | 此包根据 IOP::Codec IDL 接口定义生成。 |
org.omg.IOP 中 InvalidTypeForEncoding 的使用 |
---|
抛出 InvalidTypeForEncoding 的 org.omg.IOP 中的方法 | |
---|---|
byte[] |
CodecOperations.encode_value(Any data) 基于对此 Codec 有效的编码格式,将给定的 any 转换为一个 byte 数组。 |
byte[] |
CodecOperations.encode(Any data) 基于对此 Codec 有效的编码格式,将给定的 any 转换为一个 byte 数组。 |
org.omg.IOP.CodecPackage 中 InvalidTypeForEncoding 的使用 |
---|
返回 InvalidTypeForEncoding 的 org.omg.IOP.CodecPackage 中的方法 | |
---|---|
static InvalidTypeForEncoding |
InvalidTypeForEncodingHelper.extract(Any a) |
static InvalidTypeForEncoding |
InvalidTypeForEncodingHelper.read(InputStream istream) |
参数类型为 InvalidTypeForEncoding 的 org.omg.IOP.CodecPackage 中的方法 | |
---|---|
static void |
InvalidTypeForEncodingHelper.insert(Any a, InvalidTypeForEncoding that) |
static void |
InvalidTypeForEncodingHelper.write(OutputStream ostream, InvalidTypeForEncoding value) |
所有类
|
|||||||||