public final class HandleHelper extends Object
Constructor and Description |
---|
HandleHelper() |
Modifier and Type | Method and Description |
---|---|
static Handle |
extract(Any any) |
static String |
id() |
static void |
insert(Any any,
Handle s) |
static Handle |
narrow(Object obj) |
static Handle |
read(InputStream in) |
static TypeCode |
type() |
static Handle |
unchecked_narrow(Object obj) |
static void |
write(OutputStream _out,
Handle s) |
public static TypeCode type()
public static String id()
public static Handle read(InputStream in)
public static void write(OutputStream _out, Handle s)
Copyright © 2016 JacORB. All rights reserved.