public abstract class ResourceHelper extends Object
| Constructor and Description |
|---|
ResourceHelper() |
| Modifier and Type | Method and Description |
|---|---|
static Resource |
extract(Any a) |
static String |
id() |
static void |
insert(Any a,
Resource that) |
static Resource |
narrow(Object obj) |
static Resource |
read(InputStream istream) |
static TypeCode |
type() |
static Resource |
unchecked_narrow(Object obj) |
static void |
write(OutputStream ostream,
Resource value) |
public static TypeCode type()
public static String id()
public static Resource read(InputStream istream)
public static void write(OutputStream ostream, Resource value)
Copyright © 2017–2023 Eclipse Foundation. All rights reserved.