org.omg.CORBA
Class FloatSeqHolder

java.lang.Object
  extended byorg.omg.CORBA.FloatSeqHolder
All Implemented Interfaces:
Streamable

public final class FloatSeqHolder
extends java.lang.Object
implements Streamable

Holder class for : FloatSeq

Author:
OpenORB Compiler

Field Summary
 float[] value
          Internal FloatSeq value
 
Constructor Summary
FloatSeqHolder()
          Default constructor
FloatSeqHolder(float[] initial)
          Constructor with value initialisation
 
Method Summary
 void _read(InputStream istream)
          Read FloatSeq from a marshalled stream
 TypeCode _type()
          Return the FloatSeq TypeCode
 void _write(OutputStream ostream)
          Write FloatSeq into a marshalled stream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public float[] value
Internal FloatSeq value

Constructor Detail

FloatSeqHolder

public FloatSeqHolder()
Default constructor


FloatSeqHolder

public FloatSeqHolder(float[] initial)
Constructor with value initialisation

Parameters:
initial - the initial value
Method Detail

_read

public void _read(InputStream istream)
Read FloatSeq from a marshalled stream

Specified by:
_read in interface Streamable
Parameters:
istream - the input stream

_write

public void _write(OutputStream ostream)
Write FloatSeq into a marshalled stream

Specified by:
_write in interface Streamable
Parameters:
ostream - the output stream

_type

public TypeCode _type()
Return the FloatSeq TypeCode

Specified by:
_type in interface Streamable
Returns:
a TypeCode