public class FloatSeqHelper
extends java.lang.Object
| Constructor and Description |
|---|
FloatSeqHelper() |
| Modifier and Type | Method and Description |
|---|---|
static float[] |
extract(Any a)
Extract FloatSeq from an any
|
static java.lang.String |
id()
Return the FloatSeq IDL ID
|
static void |
insert(Any a,
float[] t)
Insert FloatSeq into an any
|
static float[] |
read(InputStream istream)
Read FloatSeq from a marshalled stream
|
static TypeCode |
type()
Return the FloatSeq TypeCode
|
static void |
write(OutputStream ostream,
float[] value)
Write FloatSeq into a marshalled stream
|
public static void insert(Any a, float[] t)
a - an anyt - FloatSeq valuepublic static float[] extract(Any a)
a - an anypublic static TypeCode type()
public static java.lang.String id()
public static float[] read(InputStream istream)
istream - the input streampublic static void write(OutputStream ostream, float[] value)
ostream - the output streamvalue - FloatSeq value