KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > omg > IOP > Encoding

org.omg.IOP
Class Encoding

java.lang.Object
  extended by org.omg.IOP.Encoding
All Implemented Interfaces:
Serializable, IDLEntity
See Also:
Top Examples, Source Code

public Encoding()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Encoding(short _format,
                byte _major_version,
                byte _minor_version)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public short format
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public byte major_version
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public byte minor_version
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags