|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.IOP.EncodingHelper
public class EncodingHelper
Helper class for : Encoding
Constructor Summary | |
---|---|
EncodingHelper()
|
Method Summary | |
---|---|
static Encoding |
extract(Any a)
Extract Encoding from an any |
static java.lang.String |
id()
Return the Encoding IDL ID |
static void |
insert(Any a,
Encoding t)
Insert Encoding into an any |
static Encoding |
read(InputStream istream)
Read Encoding from a marshalled stream |
static TypeCode |
type()
Return the Encoding TypeCode |
static void |
write(OutputStream ostream,
Encoding value)
Write Encoding into a marshalled stream |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EncodingHelper()
Method Detail |
---|
public static void insert(Any a, Encoding t)
a
- an anyt
- Encoding valuepublic static Encoding extract(Any a)
a
- an any
public static TypeCode type()
public static java.lang.String id()
public static Encoding read(InputStream istream)
istream
- the input stream
public static void write(OutputStream ostream, Encoding value)
ostream
- the output streamvalue
- Encoding value
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |