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