public interface CodecFactoryOperations
CodecFactory
得到
Codecs
。的
CodecFactory
通过电话得到
ORB.resolve_initial_references( "CodecFactory" )
。
Modifier and Type | Method and Description |
---|---|
Codec |
create_codec(Encoding enc)
创建一个
Codec 给定的编码。
|
Codec create_codec(Encoding enc) throws UnknownEncoding
Codec
给定的编码。
enc
-编码为其创建一
Codec
。
Codec
。
UnknownEncoding
如果工厂不能创建一个给定的编码被
Codec
。
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.