public final class AnySequenceHelper extends Object
Constructor and Description |
---|
AnySequenceHelper() |
Modifier and Type | Method and Description |
---|---|
static Any[] |
extract(Any any) |
static String |
id() |
static void |
insert(Any any,
Any[] s) |
static Any[] |
read(InputStream _in) |
static TypeCode |
type() |
static void |
write(OutputStream _out,
Any[] _s) |
public static TypeCode type()
public static String id()
public static Any[] read(InputStream _in)
public static void write(OutputStream _out, Any[] _s)
Copyright © 2017 JacORB. All rights reserved.