public abstract class ListenPointHelper extends Object
Constructor and Description |
---|
ListenPointHelper() |
Modifier and Type | Method and Description |
---|---|
static ListenPoint |
extract(Any a) |
static String |
id() |
static void |
insert(Any a,
ListenPoint that) |
static ListenPoint |
read(InputStream istream) |
static TypeCode |
type() |
static void |
write(OutputStream ostream,
ListenPoint value) |
public static void insert(Any a, ListenPoint that)
public static ListenPoint extract(Any a)
public static TypeCode type()
public static String id()
public static ListenPoint read(InputStream istream)
public static void write(OutputStream ostream, ListenPoint value)
Copyright © 2013. All Rights Reserved.