|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DATA_CONVERSION | |
---|---|
org.apache.yoko.orb.CORBA | |
org.apache.yoko.orb.OB | |
org.omg.CORBA |
Uses of DATA_CONVERSION in org.apache.yoko.orb.CORBA |
---|
Methods in org.apache.yoko.orb.CORBA that throw DATA_CONVERSION | |
---|---|
void |
Any.insert_char(char val)
|
void |
Any.insert_wchar(char val)
|
Uses of DATA_CONVERSION in org.apache.yoko.orb.OB |
---|
Methods in org.apache.yoko.orb.OB that throw DATA_CONVERSION | |
---|---|
char |
CodeConverterBase.read_char(InputStream in)
|
char |
CodeConverterBase.read_wchar(InputStream in,
int len)
|
void |
CodeConverterBase.write_char(OutputStream out,
char v)
|
void |
CodeConverterBase.write_wchar(OutputStream out,
char v)
|
Uses of DATA_CONVERSION in org.omg.CORBA |
---|
Fields in org.omg.CORBA declared as DATA_CONVERSION | |
---|---|
DATA_CONVERSION |
DATA_CONVERSIONHolder.value
|
Methods in org.omg.CORBA that return DATA_CONVERSION | |
---|---|
static DATA_CONVERSION |
DATA_CONVERSIONHelper.extract(Any any)
|
static DATA_CONVERSION |
DATA_CONVERSIONHelper.read(InputStream in)
|
Methods in org.omg.CORBA with parameters of type DATA_CONVERSION | |
---|---|
static void |
DATA_CONVERSIONHelper.insert(Any any,
DATA_CONVERSION val)
|
static void |
DATA_CONVERSIONHelper.write(OutputStream out,
DATA_CONVERSION val)
|
Methods in org.omg.CORBA that throw DATA_CONVERSION | |
---|---|
abstract void |
Any.insert_char(char c)
|
abstract void |
Any.insert_string(String s)
|
abstract void |
Any.insert_wchar(char c)
|
Constructors in org.omg.CORBA with parameters of type DATA_CONVERSION | |
---|---|
DATA_CONVERSIONHolder(DATA_CONVERSION initial)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |