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