public final class IORInterceptorHelper extends Object
Constructor and Description |
---|
IORInterceptorHelper() |
Modifier and Type | Method and Description |
---|---|
static IORInterceptor |
extract(Any any) |
static String |
id() |
static void |
insert(Any any,
IORInterceptor s) |
static IORInterceptor |
narrow(Object obj) |
static IORInterceptor |
read(InputStream in) |
static TypeCode |
type() |
static IORInterceptor |
unchecked_narrow(Object obj) |
static void |
write(OutputStream _out,
IORInterceptor s) |
public static void insert(Any any, IORInterceptor s)
public static IORInterceptor extract(Any any)
public static TypeCode type()
public static String id()
public static IORInterceptor read(InputStream in)
public static void write(OutputStream _out, IORInterceptor s)
public static IORInterceptor narrow(Object obj)
public static IORInterceptor unchecked_narrow(Object obj)
Copyright © 2013. All Rights Reserved.