public class UnknownEncodingHelper
extends java.lang.Object
| Constructor and Description |
|---|
UnknownEncodingHelper() |
| Modifier and Type | Method and Description |
|---|---|
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
|
public static void insert(Any a, UnknownEncoding t)
a - an anyt - UnknownEncoding valuepublic static UnknownEncoding extract(Any a)
a - an anypublic static TypeCode type()
public static java.lang.String id()
public static UnknownEncoding read(InputStream istream)
istream - the input streampublic static void write(OutputStream ostream, UnknownEncoding value)
ostream - the output streamvalue - UnknownEncoding value