public abstract class ArrayDefHelper extends Object
Constructor and Description |
---|
ArrayDefHelper() |
Modifier and Type | Method and Description |
---|---|
static ArrayDef |
extract(Any a) |
static String |
id() |
static void |
insert(Any a,
ArrayDef that) |
static ArrayDef |
narrow(Object obj) |
static ArrayDef |
read(InputStream istream) |
static TypeCode |
type() |
static ArrayDef |
unchecked_narrow(Object obj) |
static void |
write(OutputStream ostream,
ArrayDef value) |
public static TypeCode type()
public static String id()
public static ArrayDef read(InputStream istream)
public static void write(OutputStream ostream, ArrayDef value)
Copyright © 2017 JBoss by Red Hat. All rights reserved.