org.openorb.ots
public class octetTabHelper extends Object
Method Summary | |
---|---|
static byte[] | extract(Any a)
Extract octetTab from an any
|
static String | id()
Return the octetTab IDL ID |
static void | insert(Any a, byte[] t)
Insert octetTab into an any |
static byte[] | read(InputStream istream)
Read octetTab from a marshalled stream |
static TypeCode | type()
Return the octetTab TypeCode |
static void | write(OutputStream ostream, byte[] value)
Write octetTab into a marshalled stream |
Parameters: a an any
Returns: the extracted octetTab value
Returns: an ID
Parameters: a an any t octetTab value
Parameters: istream the input stream
Returns: the readed octetTab value
Returns: a TypeCode
Parameters: ostream the output stream value octetTab value