public class FixedHolder extends java.lang.Object implements Streamable
| Modifier and Type | Field and Description |
|---|---|
java.math.BigDecimal |
value |
| Constructor and Description |
|---|
FixedHolder() |
FixedHolder(java.math.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 FixedHolder()
public FixedHolder(java.math.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 Streamable