public final class ResourceHelper extends Object
Constructor and Description |
---|
ResourceHelper() |
Modifier and Type | Method and Description |
---|---|
static Resource |
extract(Any any) |
static String |
id() |
static void |
insert(Any any,
Resource s) |
static Resource |
narrow(Object obj) |
static Resource |
read(InputStream in) |
static TypeCode |
type() |
static Resource |
unchecked_narrow(Object obj) |
static void |
write(OutputStream _out,
Resource s) |
public static TypeCode type()
public static String id()
public static Resource read(InputStream in)
public static void write(OutputStream _out, Resource s)
Copyright © 2021 JBoss by Red Hat. All rights reserved.