Serialized Form
iMillis
long iMillis
- The millis from 1970-01-01T00:00:00Z
iChronology
Chronology iChronology
- The chronology to use
iName
java.lang.String iName
- A desriptive name for the field
iInstant
ReadableInstant iInstant
- The instant this property is working against
iField
DateTimeField iField
- The field this property is working against
writeReplace
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
- By default, when DateTimeZones are serialized, only a "stub" object
referring to the id is written out. When the stub is read in, it
replaces itself with a DateTimeZone object.
iID
java.lang.String iID
iMillis
long iMillis
- The millis from 1970-01-01T00:00:00Z
iMillis
long iMillis
- The millis from 1970-01-01T00:00:00Z.
iChronology
Chronology iChronology
- The chronology to use
|
Package org.joda.time.chrono |
iChronology
Chronology iChronology
- The Chonology being wrapped
iField
DateTimeField iField
- The DateTimeField being wrapped
iField
DateTimeField iField
- The field to divide
iUnitDivisor
int iUnitDivisor
- The amount to divide by in the correct units
iMin
int iMin
iMax
int iMax
iUnitMillis
long iUnitMillis
- The fractional unit in millis
iRange
int iRange
- The maximum range in the correct units
iField
DateTimeField iField
- The field to wrap
iLowerBound
long iLowerBound
- The lower boundary in millis
iUpperBound
long iUpperBound
- The upper boundary in millis
iField
DateTimeField iField
iField
DateTimeField iField
- The field to adjust
iOffset
int iOffset
iMin
int iMin
iMax
int iMax
iField
DateTimeField iField
- The field to get the remainder
iUnitDivisor
int iUnitDivisor
- The amount to divide by in the correct units
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
iChronology
Chronology iChronology
iZone
DateTimeZone iZone
|
Package org.joda.time.chrono.gj |
writeReplace
java.lang.Object writeReplace()
- Serialize GJChronology instances using a small stub. This reduces the
serialized size, and deserialized instances come from the cache.
This method is intentionally package-private in order for sub-classes
to inherit this method.
|
Package org.joda.time.chrono.iso |
readResolve
private java.lang.Object readResolve()
- Serialization singleton
|
Package org.joda.time.chrono.buddhist |
readResolve
private java.lang.Object readResolve()
- Serialization singleton
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
iZone
DateTimeZone iZone
iNameKey
java.lang.String iNameKey
iWallOffset
int iWallOffset
iStandardOffset
int iStandardOffset
Copyright © 2001-2003 Stephen Colebourne. All Rights Reserved.