public class FixedHolder extends Object implements Streamable
| Modifier and Type | Field and Description |
|---|---|
BigDecimal |
value |
| Constructor and Description |
|---|
FixedHolder() |
FixedHolder(BigDecimal o) |
| Modifier and Type | Method and Description |
|---|---|
void |
_read(InputStream in)
Deprecated.
use another method to read the fixed e.g.
InputStream.read_fixed(short, short) |
TypeCode |
_type() |
void |
_write(OutputStream out) |
public BigDecimal value
public FixedHolder()
public FixedHolder(BigDecimal o)
public TypeCode _type()
_type in interface Streamablepublic void _read(InputStream in)
InputStream.read_fixed(short, short)_read in interface Streamablepublic void _write(OutputStream out)
_write in interface StreamableCopyright © 2017 JacORB. All rights reserved.