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