public interface CodecFactoryOperations
Codecs是从CodecFactory获得的。
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 - thrown if this factory cannot create a
Codec of the given encoding.
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.