Package | Description |
---|---|
com.tangosol.io.pof |
Contains classes related to POF serialization and deserialization.
|
com.tangosol.util |
Contains various generic utilities.
|
Modifier and Type | Field and Description |
---|---|
static RawQuad |
RawQuad.ZERO
An empty RawQuad value.
|
Modifier and Type | Method and Description |
---|---|
static RawQuad |
PofHelper.readAsQuad(ReadBuffer.BufferInput in,
int nType)
Read a value of the specified encoding from the POF stream and convert
it to a quad.
|
static RawQuad |
PofHelper.readQuad(ReadBuffer.BufferInput in)
Read a quad (a 128-bit base-2 IEEE754 value) from the passed DataInput
and convert it to a RawQuad.
|
RawQuad |
PofReader.readRawQuad(int iProp)
Read a RawQuad from the POF stream.
|
RawQuad |
PofBufferReader.readRawQuad(int iProp)
Read a RawQuad from the POF stream.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractPofHandler.onFloat128(int iPos,
RawQuad qfl)
Report that a base-2 quad-precision floating point value has been
encountered in the POF stream.
|
void |
PofHandler.onFloat128(int iPos,
RawQuad qfl)
Report that a base-2 quad-precision floating point value has been
encountered in the POF stream.
|
void |
WritingPofHandler.onFloat128(int iPos,
RawQuad qfl)
Report that a base-2 quad-precision floating point value has been
encountered in the POF stream.
|
void |
ValidatingPofHandler.onFloat128(int iPos,
RawQuad qfl)
Report that a base-2 quad-precision floating point value has been
encountered in the POF stream.
|
void |
DuplexingPofHandler.onFloat128(int iPos,
RawQuad qfl)
Report that a base-2 quad-precision floating point value has been
encountered in the POF stream.
|
void |
LoggingPofHandler.onFloat128(int iPos,
RawQuad qfl)
Report that a base-2 quad-precision floating point value has been
encountered in the POF stream.
|
void |
PofBufferWriter.writeRawQuad(int iProp,
RawQuad qfl)
Write a RawQuad property to the POF stream.
|
void |
PofWriter.writeRawQuad(int iProp,
RawQuad qfl)
Write a RawQuad property to the POF stream.
|
Modifier and Type | Method and Description |
---|---|
void |
NullImplementation.NullPofHandler.onFloat128(int iPos,
RawQuad qfl)
Report that a base-2 quad-precision floating point value has been
encountered in the POF stream.
|