public final class CODESET_INCOMPATIBLEHolder extends java.lang.Object implements Streamable
| Modifier and Type | Field and Description |
|---|---|
CODESET_INCOMPATIBLE |
value
Internal CODESET_INCOMPATIBLE value
|
| Constructor and Description |
|---|
CODESET_INCOMPATIBLEHolder()
Default constructor
|
CODESET_INCOMPATIBLEHolder(CODESET_INCOMPATIBLE initial)
Constructor with value initialisation
|
| Modifier and Type | Method and Description |
|---|---|
void |
_read(InputStream istream)
Read CODESET_INCOMPATIBLE from a marshalled stream
|
TypeCode |
_type()
Return the CODESET_INCOMPATIBLE TypeCode
|
void |
_write(OutputStream ostream)
Write CODESET_INCOMPATIBLE into a marshalled stream
|
public CODESET_INCOMPATIBLE value
public CODESET_INCOMPATIBLEHolder()
public CODESET_INCOMPATIBLEHolder(CODESET_INCOMPATIBLE initial)
initial - the initial valuepublic void _read(InputStream istream)
_read in interface Streamableistream - the input streampublic void _write(OutputStream ostream)
_write in interface Streamableostream - the output streampublic TypeCode _type()
_type in interface Streamable