All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class org.omg.CORBA.ReferenceDataHelper

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

public abstract class ReferenceDataHelper
extends Object

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


Constructor Index

 o ReferenceDataHelper()

Method Index

 o extract(Any)
 o id()
 o insert(Any, byte[])
 o read(InputStream)
 o type()
 o write(OutputStream, byte[])

Constructors

 o ReferenceDataHelper
public ReferenceDataHelper()

Methods

 o read
public static byte[] read(InputStream _input)
 o write
public static void write(OutputStream _output,
                         byte[] value)
 o insert
public static void insert(Any any,
                          byte[] value)
 o extract
public static byte[] extract(Any any)
 o type
public static TypeCode type()
 o id
public static String id()

All Packages  Class Hierarchy  This Package  Previous  Next  Index