API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.omg.CORBA. IntHolder View Source
Author(s)
Since
JDK1.2
Version
1.14, 09/09/97
Serial
Hierarchy
 Object
      IntHolder
Implements
 Streamable
Subclasses
Description
publicfinal class IntHolder
  The Holder for Int.
See also:   
Constructors
public IntHolder ()
Constructs a new IntHolder object with its value field initialized to 0.
public IntHolder (int initial)
  Constructs a new IntHolder object with its value field initialized to the given int.
Methods
Hide/Show inherited methods
public void _read (InputStream input) [Specified in Streamable]
  Reads unmarshalled data from input and assigns it to the value field in this IntHolder object.
public TypeCode _type () [Specified in Streamable]
  Retrieves the TypeCode object that corresponds to the value held in this IntHolder object's value field.
public void _write (OutputStream output) [Specified in Streamable]
  Marshals the value in this IntHolder object's value field to the output stream output.
Fields
Hide/Show inherited fields
public int value
The int value held by this IntHolder object in its value field.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar