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
- Java Class org.omg.CORBA.OctetSequenceHelper
- Source File org/omg/CORBA/OctetSequenceHelper.java
- IDL Source File corba.idl
- IDL Absolute Name ::CORBA::OctetSequence
- Repository Identifier IDL:omg.org/CORBA/OctetSequence:1.0
IDL definition:
#pragma prefix "omg.org/CORBA"
typedef sequence<octet> OctetSequence;
OctetSequenceHelper()
-
extract(Any)
-
id()
-
insert(Any, byte[])
-
read(InputStream)
-
type()
-
write(OutputStream, byte[])
-
OctetSequenceHelper
public OctetSequenceHelper()
read
public static byte[] read(InputStream _input)
write
public static void write(OutputStream _output,
byte[] value)
insert
public static void insert(Any any,
byte[] value)
extract
public static byte[] extract(Any any)
type
public static TypeCode type()
id
public static String id()
All Packages Class Hierarchy This Package Previous Next Index