public abstract class EncodingFormatHelper extends Object
Codec, such as
CDR Encapsulation (ENCODING_CDR_ENCAPS).| Constructor and Description |
|---|
EncodingFormatHelper() |
| Modifier and Type | Method and Description |
|---|---|
static short |
extract(Any a) |
static String |
id() |
static void |
insert(Any a,
short that) |
static short |
read(InputStream istream) |
static TypeCode |
type() |
static void |
write(OutputStream ostream,
short value) |
public static void insert(Any a, short that)
public static short extract(Any a)
public static TypeCode type()
public static String id()
public static short read(InputStream istream)
public static void write(OutputStream ostream, short value)
Copyright © 2017–2023 Eclipse Foundation. All rights reserved.