public abstract class NodePropertiesHelper extends Object
| Constructor and Description |
|---|
NodePropertiesHelper() |
| Modifier and Type | Method and Description |
|---|---|
static Pair[][] |
extract(Any any) |
static String |
id() |
static void |
insert(Any any,
Pair[][] s) |
static Pair[][] |
read(InputStream _in) |
static TypeCode |
type() |
static void |
write(OutputStream _out,
Pair[][] _s) |
public static TypeCode type()
public static String id()
public static Pair[][] read(InputStream _in)
public static void write(OutputStream _out, Pair[][] _s)
Copyright © 2017. All rights reserved.