|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.IOP.Encoding
public final class Encoding
Defines the encoding format of the Codec
, including the major
and minor version numbers. The only currently supported encodings are
ENCODING_CDR_ENCAPS versions 1.1 - 1.2. Vendors can implement additional
encodings.
Field Summary | |
---|---|
short |
format
The format of encoding. |
byte |
major_version
The major version number of this encoding format. |
byte |
minor_version
The minor version number of this encoding format. |
Constructor Summary | |
---|---|
Encoding()
Create the unitialised instance. |
|
Encoding(short _format,
byte _major_version,
byte _minor_version)
Create the instance, initialising field to the passed values. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public short format
ENCODING_CDR_ENCAPS.value
.
public byte major_version
public byte minor_version
Constructor Detail |
---|
public Encoding()
public Encoding(short _format, byte _major_version, byte _minor_version)
_format
- the format of encoding, like
ENCODING_CDR_ENCAPS.value
._major_version
- the major format version._minor_version
- the minor format version.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |