JavaScript is disabled on your browser.
Java™ Platform Standard Ed. 8
All Implemented Interfaces:
Serializable , IDLEntity
public final class Encoding
extends Object
implements IDLEntity
org/omg/IOP/Encoding.java .
Generated by the IDL-to-Java compiler (portable), version "3.2"
from /HUDSON/workspace/8-2-build-linux-amd64/jdk8u92/6642/corba/src/share/classes/org/omg/PortableInterceptor/IOP.idl
Thursday, March 31, 2016 9:09:07 PM PDT
Field Summary
Fields
Modifier and Type
Field and Description
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
Constructors
Constructor and Description
Encoding ()
Encoding (short _format,
byte _major_version,
byte _minor_version)
Method Summary
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.
Constructor Detail
Encoding
public Encoding()
Java™ Platform Standard Ed. 8
Submit a bug or feature For further API reference and developer documentation, see Java SE Documentation . That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples. Copyright © 1993, 2016, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms . Also see the documentation redistribution policy .