All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class org.omg.CORBA.ReferenceDataHolder

java.lang.Object
    |
    +----org.omg.CORBA.ReferenceDataHolder

public final class ReferenceDataHolder
extends Object
implements Streamable

IDL definition:
#pragma prefix "omg.org/CORBA"
typedef ::CORBA::OctetSequence ReferenceData;


Variable Index

 o value

Constructor Index

 o ReferenceDataHolder()
 o ReferenceDataHolder(byte[])

Method Index

 o _read(InputStream)
 o _type()
 o _write(OutputStream)

Variables

 o value
public byte[] value

Constructors

 o ReferenceDataHolder
public ReferenceDataHolder()
 o ReferenceDataHolder
public ReferenceDataHolder(byte[] value)

Methods

 o _read
public void _read(InputStream input)
 o _write
public void _write(OutputStream output)
 o _type
public TypeCode _type()

All Packages  Class Hierarchy  This Package  Previous  Next  Index