IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
 
[Sommaire]  [Top 50]  [F.A.Q.]  [ Java SE ]  [ Java EE ]  [Javadoc standard]  [Contact]
[ 1.4.2 ]  [ 5.0 ]  [ 6.0
Rechercher   
Dans
Options   sensible à la casse
étendre la recherche aux descriptions
Préférences
fr en 
 
Moteurs de recherche
JavaTM 2 Platform Std. Ed. v1.4.2

org.omg.IOP
Class Encoding

java.lang.Object
  extended byorg.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:

  • 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.
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)

Copyright 2003 Sun Microsystems, Inc. All rights reserved