public final class BoundsHelper
extends java.lang.Object
Constructor and Description |
---|
BoundsHelper() |
Modifier and Type | Method and Description |
---|---|
static Bounds |
extract(Any any) |
static java.lang.String |
id() |
static void |
insert(Any any,
Bounds s) |
static Bounds |
read(InputStream in) |
static TypeCode |
type() |
static void |
write(OutputStream out,
Bounds s) |
public static TypeCode type()
public static java.lang.String id()
public static Bounds read(InputStream in)
public static void write(OutputStream out, Bounds s)