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