FileDocCategorySizeDatePackage
ShortSeqHolder.javaAPI DocJava SE 5 API1138Fri Aug 26 14:58:32 BST 2005org.omg.CORBA

ShortSeqHolder

public final class ShortSeqHolder extends Object implements org.omg.CORBA.portable.Streamable
The Holder for ShortSeq. For more information on Holder files, see "Generated Files: Holder Files".

org/omg/CORBA/ShortSeqHolder.java Generated by the IDL-to-Java compiler (portable), version "3.0" from streams.idl 13 May 1999 22:41:36 o'clock GMT+00:00

Fields Summary
public short[]
value
Constructors Summary
public ShortSeqHolder()


      
    
    
public ShortSeqHolder(short[] initialValue)

	value = initialValue;
    
Methods Summary
public void_read(org.omg.CORBA.portable.InputStream i)

	value = org.omg.CORBA.ShortSeqHelper.read (i);
    
public org.omg.CORBA.TypeCode_type()

	return org.omg.CORBA.ShortSeqHelper.type ();
    
public void_write(org.omg.CORBA.portable.OutputStream o)

	org.omg.CORBA.ShortSeqHelper.write (o, value);