public final class NativeDefHelper extends Object
Constructor and Description |
---|
NativeDefHelper() |
Modifier and Type | Method and Description |
---|---|
static NativeDef |
extract(Any any) |
static String |
id() |
static void |
insert(Any any,
NativeDef s) |
static NativeDef |
narrow(Object obj) |
static NativeDef |
read(InputStream in) |
static TypeCode |
type() |
static NativeDef |
unchecked_narrow(Object obj) |
static void |
write(OutputStream _out,
NativeDef s) |
public static TypeCode type()
public static String id()
public static NativeDef read(InputStream in)
public static void write(OutputStream _out, NativeDef s)
Copyright © 2013. All Rights Reserved.