org.omg.CosNotification

Class IstringHelper

public class IstringHelper extends Object

Helper class for : Istring

Author: OpenORB Compiler

Method Summary
static Stringextract(Any a)
Extract Istring from an any
static Stringid()
Return the Istring IDL ID
static voidinsert(Any a, String t)
Insert Istring into an any
static Stringread(InputStream istream)
Read Istring from a marshalled stream
static TypeCodetype()
Return the Istring TypeCode
static voidwrite(OutputStream ostream, String value)
Write Istring into a marshalled stream

Method Detail

extract

public static String extract(Any a)
Extract Istring from an any

Parameters: a an any

Returns: the extracted Istring value

id

public static String id()
Return the Istring IDL ID

Returns: an ID

insert

public static void insert(Any a, String t)
Insert Istring into an any

Parameters: a an any t Istring value

read

public static String read(InputStream istream)
Read Istring from a marshalled stream

Parameters: istream the input stream

Returns: the readed Istring value

type

public static TypeCode type()
Return the Istring TypeCode

Returns: a TypeCode

write

public static void write(OutputStream ostream, String value)
Write Istring into a marshalled stream

Parameters: ostream the output stream value Istring value