Uses of Class
com.tangosol.io.pof.RawQuad
-
Packages that use RawQuad Package Description com.tangosol.io.pof Contains classes related to POF serialization and deserialization.com.tangosol.util Contains various generic utilities. -
-
Uses of RawQuad in com.tangosol.io.pof
Fields in com.tangosol.io.pof declared as RawQuad Modifier and Type Field Description static RawQuad
RawQuad. ZERO
An empty RawQuad value.Methods in com.tangosol.io.pof that return RawQuad Modifier and Type Method 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
PofBufferReader. readRawQuad(int iProp)
Read a RawQuad from the POF stream.RawQuad
PofReader. readRawQuad(int iProp)
Read a RawQuad from the POF stream.Methods in com.tangosol.io.pof with parameters of type RawQuad Modifier and Type Method 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
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
PofHandler. 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
WritingPofHandler. 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. -
Uses of RawQuad in com.tangosol.util
Methods in com.tangosol.util with parameters of type RawQuad Modifier and Type Method 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.
-