org.omg.GIOP
Class CharSeq4Holder

java.lang.Object
  |
  +--org.omg.GIOP.CharSeq4Holder
All Implemented Interfaces:
Streamable

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

Holder class for : CharSeq4

Author:
OpenORB Compiler

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

Field Detail

value

public char[] value
Internal CharSeq4 value
Constructor Detail

CharSeq4Holder

public CharSeq4Holder()
Default constructor

CharSeq4Holder

public CharSeq4Holder(char[] initial)
Constructor with value initialisation
Parameters:
initial - the initial value
Method Detail

_read

public void _read(InputStream istream)
Read CharSeq4 from a marshalled stream
Specified by:
_read in interface Streamable
Parameters:
istream - the input stream

_write

public void _write(OutputStream ostream)
Write CharSeq4 into a marshalled stream
Specified by:
_write in interface Streamable
Parameters:
ostream - the output stream

_type

public TypeCode _type()
Return the CharSeq4 TypeCode
Specified by:
_type in interface Streamable
Returns:
a TypeCode