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