FileDocCategorySizeDatePackage
OctetSeqHolder.javaAPI DocJava SE 5 API1136Fri Aug 26 14:58:30 BST 2005org.omg.CORBA

OctetSeqHolder

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

org/omg/CORBA/OctetSeqHolder.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 byte[]
value
Constructors Summary
public OctetSeqHolder()


      
    
    
public OctetSeqHolder(byte[] initialValue)

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

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

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

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