public final class CodeBaseHelper extends Object
Constructor and Description |
---|
CodeBaseHelper() |
Modifier and Type | Method and Description |
---|---|
static CodeBase |
extract(Any a) |
static String |
id() |
static void |
insert(Any a,
CodeBase that) |
static CodeBase |
narrow(Object obj) |
static CodeBase |
read(InputStream istream) |
static TypeCode |
type() |
static void |
write(OutputStream ostream,
CodeBase value) |
public static TypeCode type()
public static String id()
public static CodeBase read(InputStream istream)
public static void write(OutputStream ostream, CodeBase value)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.