Class RAP.WriteBytesModeHelper
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class RAP.WriteBytesModeHelper

Object
   |
   +----RAP.WriteBytesModeHelper

public class WriteBytesModeHelper
extends Object

Constructor Index

 o RAP.WriteBytesModeHelper()

Method Index

 o _orb()
 o extract(Any)
 o id()
 o insert(Any, WriteBytesMode)
 o read(InputStream)
 o type()
 o write(OutputStream, WriteBytesMode)

Constructors

 o WriteBytesModeHelper
public WriteBytesModeHelper()

Methods

 o _orb
public static org.omg.CORBA.ORB _orb()
 o extract
public static RAP.WriteBytesMode extract(Any any)
 o id
public static java.lang.String id()
 o insert
public static void insert(Any any,
                          WriteBytesMode value)
 o read
public static RAP.WriteBytesMode read(InputStream _stream)
 o type
public static org.omg.CORBA.TypeCode type()
 o write
public static void write(OutputStream _stream,
                         WriteBytesMode value)

All Packages  Class Hierarchy  This Package  Previous  Next  Index