uTools-Manuals/docs/java/org/omg/IOP/CodecFactoryOperations.html

99 lines
3.6 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div class="header">
<div class="subTitle">
org.omg.IOP
</div>
<h2 class="title" title="Interface CodecFactoryOperations">Interface CodecFactoryOperations</h2>
</div><div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>
All Known Subinterfaces:
</dt>
<dd>
<span><a href="../../../org/omg/IOP/CodecFactory.html" title="接口在org.omg.IOP">CodecFactory</a></span>
</dd>
</dl>
<hr/> <br/> <pre>public interface <span class="typeNameLabel">CodecFactoryOperations</span></pre>
<div class="block">
<span><code>Codecs</code>是从<code>CodecFactory</code>获得的。</span>
<span><code>CodecFactory</code>是通过致电<code>ORB.resolve_initial_references( "CodecFactory" )</code></span>
</div> </li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- --> </a> <h3>方法摘要</h3>
<table border="0" cellpadding="3" cellspacing="0" class="memberSummary" summary="Method Summary table, listing methods, and an explanation">
<caption>
<span class="activeTableTab" id="t0"><span>所有方法</span><span class="tabEnd"> </span></span>
<span class="tableTab" id="t2"><span><a href="javascript:show(2);">接口方法</a></span><span class="tabEnd"> </span></span>
<span class="tableTab" id="t3"><span><a href="javascript:show(4);">抽象方法</a></span><span class="tabEnd"> </span></span>
</caption>
<tbody>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor" id="i0">
<td class="colFirst"><code><a href="../../../org/omg/IOP/Codec.html" title="interface in org.omg.IOP">Codec</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../org/omg/IOP/CodecFactoryOperations.html#create_codec-org.omg.IOP.Encoding-">create_codec</a></span>(<a href="../../../org/omg/IOP/Encoding.html" title="class in org.omg.IOP">Encoding</a> enc)</code>
<div class="block">
创建给定编码的
<code>Codec</code>
</div> </td>
</tr>
</tbody>
</table> </li>
</ul> </li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- --> </a> <h3>方法详细信息</h3> <a name="create_codec-org.omg.IOP.Encoding-">
<!-- --> </a>
<ul class="blockListLast">
<li class="blockList"> <h4>create_codec</h4> <pre><a href="../../../org/omg/IOP/Codec.html" title="interface in org.omg.IOP">Codec</a> create_codec(<a href="../../../org/omg/IOP/Encoding.html" title="class in org.omg.IOP">Encoding</a> enc)
throws <a href="../../../org/omg/IOP/CodecFactoryPackage/UnknownEncoding.html" title="class in org.omg.IOP.CodecFactoryPackage">UnknownEncoding</a></pre>
<div class="block">
创建给定编码的
<code>Codec</code>
<p></p>
</div>
<dl>
<dt>
<span class="paramLabel">参数</span>
</dt>
<dd>
<code>enc</code> - 用于创建
<code>Codec</code>的编码。
</dd>
<dt>
<span class="returnLabel">结果</span>
</dt>
<dd>
A
<code>Codec</code>用给定的编码获得。
</dd>
<dt>
<span class="throwsLabel">异常</span>
</dt>
<dd>
<code>UnknownEncoding</code> - thrown if this factory cannot create a
<code>Codec</code> of the given encoding.
</dd>
</dl> </li>
</ul> </li>
</ul> </li>
</ul>
</div>
</div>