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