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