public abstract class OTSResourceHelper extends Object
Constructor and Description |
---|
OTSResourceHelper() |
Modifier and Type | Method and Description |
---|---|
static OTSResource |
extract(Any a) |
static String |
id() |
static void |
insert(Any a,
OTSResource that) |
static OTSResource |
narrow(Object obj) |
static OTSResource |
read(InputStream istream) |
static TypeCode |
type() |
static void |
write(OutputStream ostream,
OTSResource value) |
public static void insert(Any a, OTSResource that)
public static OTSResource extract(Any a)
public static TypeCode type()
public static String id()
public static OTSResource read(InputStream istream)
public static void write(OutputStream ostream, OTSResource value)
public static OTSResource narrow(Object obj)
Copyright © 2019. All rights reserved.