Uses of Class
com.tangosol.io.pof.RawQuad
Package
Description
Contains classes related to POF serialization and deserialization.
Contains various generic utilities.
-
Uses of RawQuad in com.tangosol.io.pof
Modifier and TypeMethodDescriptionstatic 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.PofBufferReader.readRawQuad
(int iProp) Read a RawQuad from the POF stream.PofReader.readRawQuad
(int iProp) Read a RawQuad from the POF stream.Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
NullImplementation.NullPofHandler.onFloat128
(int iPos, RawQuad qfl) Report that a base-2 quad-precision floating point value has been encountered in the POF stream.