Uses of Class
com.tangosol.io.pof.RawTimeInterval
Packages that use RawTimeInterval
Package
Description
Contains classes related to POF serialization and deserialization.
-
Uses of RawTimeInterval in com.tangosol.io.pof
Methods in com.tangosol.io.pof that return RawTimeIntervalModifier and TypeMethodDescriptionPofBufferReader.readRawTimeInterval
(int iProp) Read a RawTimeInterval from the POF stream.PofReader.readRawTimeInterval
(int iProp) Read a RawTimeInterval from the POF stream.Methods in com.tangosol.io.pof with parameters of type RawTimeIntervalModifier and TypeMethodDescriptionvoid
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.