org.omg.IOP
public final class Encoding extends Object implements IDLEntity, Serializable
| 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.
| |
Parameters: _format the format of encoding, like {@link ENCODING_CDR_ENCAPS#value}. _major_version the major format version. _minor_version the minor format version.