public abstract class OpaqueBufferHelper extends Object
Constructor and Description |
---|
OpaqueBufferHelper() |
Modifier and Type | Method and Description |
---|---|
static OpaqueBuffer |
extract(Any a) |
static String |
id() |
static void |
insert(Any a,
OpaqueBuffer that) |
static OpaqueBuffer |
read(InputStream istream) |
static TypeCode |
type() |
static void |
write(OutputStream ostream,
OpaqueBuffer value) |
public static void insert(Any a, OpaqueBuffer that)
public static OpaqueBuffer extract(Any a)
public static TypeCode type()
public static String id()
public static OpaqueBuffer read(InputStream istream)
public static void write(OutputStream ostream, OpaqueBuffer value)
Copyright © 2013. All Rights Reserved.