All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----org.omg.CORBA.OctetSequenceHelper
typedef sequence<octet> OctetSequence;
public OctetSequenceHelper()
public static byte[] read(InputStream _input)
public static void write(OutputStream _output, byte value[])
public static void insert(Any any, byte value[])
public static byte[] extract(Any any)
public static TypeCode type()
public static String id()
All Packages Class Hierarchy This Package Previous Next Index