Uses of Class
com.tangosol.io.pof.RawTime
-
Packages that use RawTime Package Description com.tangosol.io.pof Contains classes related to POF serialization and deserialization. -
-
Uses of RawTime in com.tangosol.io.pof
Methods in com.tangosol.io.pof that return RawTime Modifier and Type Method Description static RawTime
RawTime. from(Object o)
Create RawTime from the specified object.static RawTime
RawTime. from(Time time)
Create a RawTime from the JDBC Time.static RawTime
RawTime. from(LocalTime time)
Create RawTime from LocalTime.static RawTime
RawTime. from(OffsetTime time)
Create RawTime from OffsetTime.static RawTime
RawTime. from(Date date)
Create a RawTime from the Java Date.RawTime
RawDateTime. getRawTime()
Obtain the time portion of the raw date-time value.RawTime
PofBufferReader. readRawTime(int iProp)
Read a RawTime from the POF stream.static RawTime
PofHelper. readRawTime(ReadBuffer.BufferInput in)
Read a RawTime value from a POF stream.RawTime
PofReader. readRawTime(int iProp)
Read a RawTime from the POF stream.Methods in com.tangosol.io.pof with parameters of type RawTime Modifier and Type Method Description void
PofBufferWriter. writeRawTime(int iProp, RawTime time)
Write a RawTime property to the POF stream.void
PofWriter. writeRawTime(int iProp, RawTime time)
Write a RawTime property to the POF stream.Constructors in com.tangosol.io.pof with parameters of type RawTime Constructor Description RawDateTime(RawDate date, RawTime time)
Construct a date-time value.
-