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

UShortSeqHolder

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

org/omg/CORBA/UShortSeqHolder.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 UShortSeqHolder()


      
    
    
public UShortSeqHolder(short[] initialValue)

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

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

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

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