Constructor and Description |
---|
CurrentHelper() |
Modifier and Type | Method and Description |
---|---|
static Current |
extract(Any any) |
String |
get_id() |
TypeCode |
get_type() |
static String |
id() |
static void |
insert(Any any,
Current s) |
static Current |
narrow(Object obj) |
Object |
read_Object(InputStream in) |
static Current |
read(InputStream in) |
static TypeCode |
type() |
void |
write_Object(OutputStream out,
Object obj) |
static void |
write(OutputStream out,
Current s) |
public static TypeCode type()
public static String id()
public static Current read(InputStream in)
public static void write(OutputStream out, Current s)
public void write_Object(OutputStream out, Object obj)
write_Object
in interface Helper
public Object read_Object(InputStream in)
read_Object
in interface Helper
Copyright © 2017 JacORB. All rights reserved.