org.omg.IOP
public final class Encoding extends Object implements IDLEntity, Serializable
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.Modifier and Type | Field and Description |
---|---|
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.
|
public short format
ENCODING_CDR_ENCAPS.value
.public byte major_version
public byte minor_version
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.