Uses of Class
com.tangosol.io.pof.RawTimeInterval
-
Packages that use RawTimeInterval Package Description com.tangosol.io.pof Contains classes related to POF serialization and deserialization. -
-
Uses of RawTimeInterval in com.tangosol.io.pof
Methods in com.tangosol.io.pof that return RawTimeInterval Modifier and Type Method Description RawTimeInterval
PofBufferReader. readRawTimeInterval(int iProp)
Read a RawTimeInterval from the POF stream.RawTimeInterval
PofReader. readRawTimeInterval(int iProp)
Read a RawTimeInterval from the POF stream.Methods in com.tangosol.io.pof with parameters of type RawTimeInterval Modifier and Type Method Description void
PofBufferWriter. writeRawTimeInterval(int iProp, RawTimeInterval interval)
Write a RawTimeInterval property to the POF stream.void
PofWriter. writeRawTimeInterval(int iProp, RawTimeInterval interval)
Write a RawTimeInterval property to the POF stream.
-