Class RAP.AttachmentSpecHelper
All Packages Class Hierarchy This Package Previous Next Index
Class RAP.AttachmentSpecHelper
Object
|
+----RAP.AttachmentSpecHelper
- public class AttachmentSpecHelper
- extends Object
-
RAP.AttachmentSpecHelper()
-
-
_orb()
-
-
extract(Any)
-
-
id()
-
-
insert(Any, byte[])
-
-
read(InputStream)
-
-
type()
-
-
write(OutputStream, byte[])
-
AttachmentSpecHelper
public AttachmentSpecHelper()
_orb
public static org.omg.CORBA.ORB _orb()
extract
public static byte[] extract(Any any)
id
public static java.lang.String id()
insert
public static void insert(Any any,
byte value)
read
public static byte[] read(InputStream _stream)
type
public static org.omg.CORBA.TypeCode type()
write
public static void write(OutputStream _stream,
byte value)
All Packages Class Hierarchy This Package Previous Next Index