|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.IOP.CodecFactoryPackage.UnknownEncodingHelper
Helper class for : UnknownEncoding
Constructor Summary | |
UnknownEncodingHelper()
|
Method Summary | |
static UnknownEncoding |
extract(Any a)
Extract UnknownEncoding from an any |
static java.lang.String |
id()
Return the UnknownEncoding IDL ID |
static void |
insert(Any a,
UnknownEncoding t)
Insert UnknownEncoding into an any |
static UnknownEncoding |
read(InputStream istream)
Read UnknownEncoding from a marshalled stream |
static TypeCode |
type()
Return the UnknownEncoding TypeCode |
static void |
write(OutputStream ostream,
UnknownEncoding value)
Write UnknownEncoding 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 UnknownEncodingHelper()
Method Detail |
public static void insert(Any a, UnknownEncoding t)
a
- an anyt
- UnknownEncoding valuepublic static UnknownEncoding extract(Any a)
a
- an any
public static TypeCode type()
public static java.lang.String id()
public static UnknownEncoding read(InputStream istream)
istream
- the input stream
public static void write(OutputStream ostream, UnknownEncoding value)
ostream
- the output streamvalue
- UnknownEncoding value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |