软件包 | 描述 |
---|---|
org.omg.IOP |
此包包含在OMG文件的通用对象请求代理指定的
IOP模块:体系结构和规范,
http://cgi.omg.org/cgi-bin/doc?formal/99-10-07,13.6节。
|
org.omg.IOP.CodecPackage |
这个包是从眼压产生::编解码器的IDL接口定义。
|
Modifier and Type | Method and Description |
---|---|
Any |
CodecOperations.decode_value(byte[] data, TypeCode tc)
对给定的字节数组为任何基于给定的
TypeCode 和编码格式有效这
Codec 。
|
Any |
CodecOperations.decode(byte[] data)
对给定的字节数组为任何基于本
Codec 有效编码格式。
|
Modifier and Type | Method and Description |
---|---|
static FormatMismatch |
FormatMismatchHelper.extract(Any a) |
static FormatMismatch |
FormatMismatchHelper.read(InputStream istream) |
Modifier and Type | Method and Description |
---|---|
static void |
FormatMismatchHelper.insert(Any a, FormatMismatch that) |
static void |
FormatMismatchHelper.write(OutputStream ostream, FormatMismatch value) |
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.