public abstract class CTypeHelper extends Object
| Constructor and Description |
|---|
CTypeHelper() |
| Modifier and Type | Method and Description |
|---|---|
static CType |
extract(Any any) |
static String |
id() |
static void |
insert(Any any,
CType s) |
static CType |
read(InputStream in) |
static TypeCode |
type() |
static void |
write(OutputStream out,
CType s) |
public static TypeCode type()
public static String id()
public static CType read(InputStream in)
public static void write(OutputStream out, CType s)
Copyright © 2019. All rights reserved.