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