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