| Package | Description |
|---|---|
| org.omg.CORBA |
| Modifier and Type | Field and Description |
|---|---|
BadFixedValue |
BadFixedValueHolder.value |
| Modifier and Type | Method and Description |
|---|---|
static BadFixedValue |
BadFixedValueHelper.extract(Any any) |
static BadFixedValue |
BadFixedValueHelper.read(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
static void |
BadFixedValueHelper.insert(Any any,
BadFixedValue s) |
static void |
BadFixedValueHelper.write(OutputStream out,
BadFixedValue s) |
| Modifier and Type | Method and Description |
|---|---|
void |
DataInputStream.read_fixed_array(AnySeqHolder seq,
int offset,
int length,
short digits,
short scale) |
Any |
DataInputStream.read_fixed(short digits,
short scale) |
void |
DataOutputStream.write_fixed_array(Any[] seq,
int offset,
int length) |
void |
DataOutputStream.write_fixed(Any fixed_value) |
| Constructor and Description |
|---|
BadFixedValueHolder(BadFixedValue initial) |
Copyright © 2017 JacORB. All rights reserved.