public final class CommandDataHelper extends Object implements BoxedValueHelper
Constructor and Description |
---|
CommandDataHelper() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
extract(Any a) |
String |
get_id() |
static String |
id() |
static void |
insert(Any a,
byte[] that) |
Serializable |
read_value(InputStream istream) |
static byte[] |
read(InputStream istream) |
static TypeCode |
type() |
void |
write_value(OutputStream ostream,
Serializable value) |
static void |
write(OutputStream ostream,
byte[] value) |
public static void insert(Any a, byte[] that)
public static byte[] extract(Any a)
public static TypeCode type()
public static String id()
public static byte[] read(InputStream istream)
public Serializable read_value(InputStream istream)
read_value
in interface BoxedValueHelper
public static void write(OutputStream ostream, byte[] value)
public void write_value(OutputStream ostream, Serializable value)
write_value
in interface BoxedValueHelper
public String get_id()
get_id
in interface BoxedValueHelper
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference