All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class org.omg.CORBA.OctetSequenceHelper

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

public abstract class OctetSequenceHelper
extends Object

IDL definition:
#pragma prefix "omg.org/CORBA"
typedef sequence<octet> OctetSequence;


Constructor Index

 o OctetSequenceHelper()

Method Index

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

Constructors

 o OctetSequenceHelper
public OctetSequenceHelper()

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