JavaTM 2 Platform
Std. Ed. v1.4.0

org.omg.IOP
Class Encoding

java.lang.Object
  |
  +--org.omg.IOP.Encoding
All Implemented Interfaces:
IDLEntity, Serializable

public final class Encoding
extends Object
implements IDLEntity

Defines the encoding format of a Codec. This class details the encoding format, such as CDR Encapsulation encoding, and the major and minor versions of that format.

The encodings currently supported are:

Vendors are free to support additional encodings.

See Also:
ENCODING_CDR_ENCAPS

Field Summary
 short format
          The encoding format.
 byte major_version
          The major version of this Encoding format.
 byte minor_version
          The minor version of this Encoding format.
 
Constructor Summary
Encoding()
           
Encoding(short _format, byte _major_version, byte _minor_version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

format

public short format
The encoding format.


major_version

public byte major_version
The major version of this Encoding format.


minor_version

public byte minor_version
The minor version of this Encoding format.

Constructor Detail

Encoding

public Encoding()

Encoding

public Encoding(short _format,
                byte _major_version,
                byte _minor_version)

JavaTM 2 Platform
Std. Ed. v1.4.0

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.