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

Class RAP.AttachmentSpecHelper

Object
   |
   +----RAP.AttachmentSpecHelper

public class AttachmentSpecHelper
extends Object

Constructor Index

 o RAP.AttachmentSpecHelper()

Method Index

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

Constructors

 o AttachmentSpecHelper
public AttachmentSpecHelper()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index