public class StringValueHelper extends Object implements BoxedValueHelper
通过IDL生成组织/天/ CORBA / stringvaluehelper.java到java编译器(便携式),版本“3”从orb.idl 31可能1999 22:27:30点GMT+00:00类定义被修改以符合下列OMG规范:
Constructor and Description |
---|
StringValueHelper() |
Modifier and Type | Method and Description |
---|---|
static String |
extract(Any a) |
String |
get_id() |
static String |
id() |
static void |
insert(Any a, String that) |
Serializable |
read_value(InputStream istream) |
static String |
read(InputStream istream) |
static TypeCode |
type() |
void |
write_value(OutputStream ostream, Serializable value) |
static void |
write(OutputStream ostream, String value) |
public static TypeCode type()
public static String id()
public static String read(InputStream istream)
public Serializable read_value(InputStream istream)
read_value
接口
BoxedValueHelper
public static void write(OutputStream ostream, String value)
public void write_value(OutputStream ostream, Serializable value)
write_value
接口
BoxedValueHelper
public String get_id()
get_id
接口
BoxedValueHelper
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.