| 
JavaTM 2 Platform Std. Ed. v1.4.0  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.omg.IOP.Encoding
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:
ENCODING_CDR_ENCAPS, version 1.0;ENCODING_CDR_ENCAPS, version 1.1;ENCODING_CDR_ENCAPS, version 1.2;ENCODING_CDR_ENCAPS for all future versions of GIOP as 
       they arise.
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 | 
public short format
public byte major_version
public byte minor_version
| Constructor Detail | 
public Encoding()
public Encoding(short _format,
                byte _major_version,
                byte _minor_version)
  | 
JavaTM 2 Platform Std. Ed. v1.4.0  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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.