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