|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Package java.io |
| Class java.io.CharConversionException extends IOException implements Serializable |
| Class java.io.EOFException extends IOException implements Serializable |
| Class java.io.File extends Object implements Serializable |
serialVersionUID: 301077366599181567l
| Serialization Methods |
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialized Fields |
String path
| Class java.io.FileNotFoundException extends IOException implements Serializable |
| Class java.io.FilePermissionCollection extends java.security.PermissionCollection implements Serializable |
serialVersionUID: 2202956749081564585l
| Serialization Methods |
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream out)
throws IOException
IOException| Serialized Fields |
Vector permissions
| Class java.io.InterruptedIOException extends IOException implements Serializable |
| Serialized Fields |
int bytesTransferred
| Class java.io.InvalidClassException extends ObjectStreamException implements Serializable |
| Serialized Fields |
String classname
| Class java.io.InvalidObjectException extends ObjectStreamException implements Serializable |
| Class java.io.IOException extends Exception implements Serializable |
| Class java.io.NotActiveException extends ObjectStreamException implements Serializable |
| Class java.io.NotSerializableException extends ObjectStreamException implements Serializable |
| Class java.io.ObjectStreamClass extends Object implements Serializable |
serialVersionUID: -6120832682080437368l
| Serialized Fields |
| Class java.io.ObjectStreamException extends IOException implements Serializable |
| Class java.io.OptionalDataException extends ObjectStreamException implements Serializable |
| Serialized Fields |
int length
boolean eof
| Class java.io.SerializablePermission extends java.security.BasicPermission implements Serializable |
| Serialized Fields |
String actions
| Class java.io.StreamCorruptedException extends ObjectStreamException implements Serializable |
| Class java.io.SyncFailedException extends IOException implements Serializable |
| Class java.io.UnsupportedEncodingException extends IOException implements Serializable |
| Class java.io.UTFDataFormatException extends IOException implements Serializable |
| Class java.io.WriteAbortedException extends ObjectStreamException implements Serializable |
serialVersionUID: -3326426625597282442l
| Serialized Fields |
Exception detail
This field predates the general-purpose exception chaining facility.
The Throwable.getCause() method is now the preferred means of
obtaining this information.
| Package java.lang |
| Class java.lang.AbstractMethodError extends IncompatibleClassChangeError implements Serializable |
| Class java.lang.ArithmeticException extends RuntimeException implements Serializable |
| Class java.lang.ArrayIndexOutOfBoundsException extends IndexOutOfBoundsException implements Serializable |
| Class java.lang.ArrayStoreException extends RuntimeException implements Serializable |
| Class java.lang.AssertionError extends Error implements Serializable |
| Class java.lang.Boolean extends Object implements Serializable |
serialVersionUID: -3665804199014368530l
| Serialized Fields |
boolean value
| Class java.lang.Byte extends Number implements Serializable |
serialVersionUID: -7183698231559129828l
| Serialized Fields |
byte value
Byte.
| Class java.lang.Character extends Object implements Serializable |
serialVersionUID: 3786198910865385080l
| Serialized Fields |
char value
| Class java.lang.Class extends Object implements Serializable |
serialVersionUID: 3206093459760846163l
| Serialization Overview |
TC_CLASS ClassDescriptor
A ClassDescriptor is a special cased serialization of
a java.io.ObjectStreamClass instance.
A new handle is generated for the initial time the class descriptor
is written into the stream. Future references to the class descriptor
are written as references to the initial class descriptor instance.
ObjectStreamClass| Serialized Fields |
| Class java.lang.ClassCastException extends RuntimeException implements Serializable |
| Class java.lang.ClassCircularityError extends LinkageError implements Serializable |
| Class java.lang.ClassFormatError extends LinkageError implements Serializable |
| Class java.lang.ClassNotFoundException extends Exception implements Serializable |
serialVersionUID: 9176873029745254542l
| Serialized Fields |
Throwable ex
| Class java.lang.CloneNotSupportedException extends Exception implements Serializable |
| Class java.lang.Double extends Number implements Serializable |
serialVersionUID: -9172774392245257468l
| Serialized Fields |
double value
| Class java.lang.Error extends Throwable implements Serializable |
serialVersionUID: 4980196508277280342l
| Class java.lang.Exception extends Throwable implements Serializable |
serialVersionUID: -3387516993124229948l
| Class java.lang.ExceptionInInitializerError extends LinkageError implements Serializable |
serialVersionUID: 1521711792217232256l
| Serialized Fields |
Throwable exception
| Class java.lang.Float extends Number implements Serializable |
serialVersionUID: -2671257302660747028l
| Serialized Fields |
float value
| Class java.lang.IllegalAccessError extends IncompatibleClassChangeError implements Serializable |
| Class java.lang.IllegalAccessException extends Exception implements Serializable |
| Class java.lang.IllegalArgumentException extends RuntimeException implements Serializable |
| Class java.lang.IllegalMonitorStateException extends RuntimeException implements Serializable |
| Class java.lang.IllegalStateException extends RuntimeException implements Serializable |
| Class java.lang.IllegalThreadStateException extends IllegalArgumentException implements Serializable |
| Class java.lang.IncompatibleClassChangeError extends LinkageError implements Serializable |
| Class java.lang.IndexOutOfBoundsException extends RuntimeException implements Serializable |
| Class java.lang.InstantiationError extends IncompatibleClassChangeError implements Serializable |
| Class java.lang.InstantiationException extends Exception implements Serializable |
| Class java.lang.Integer extends Number implements Serializable |
serialVersionUID: 1360826667806852920l
| Serialized Fields |
int value
Integer.
| Class java.lang.InternalError extends VirtualMachineError implements Serializable |
| Class java.lang.InterruptedException extends Exception implements Serializable |
| Class java.lang.LinkageError extends Error implements Serializable |
| Class java.lang.Long extends Number implements Serializable |
serialVersionUID: 4290774380558885855l
| Serialized Fields |
long value
Long.
| Class java.lang.NegativeArraySizeException extends RuntimeException implements Serializable |
| Class java.lang.NoClassDefFoundError extends LinkageError implements Serializable |
| Class java.lang.NoSuchFieldError extends IncompatibleClassChangeError implements Serializable |
| Class java.lang.NoSuchFieldException extends Exception implements Serializable |
| Class java.lang.NoSuchMethodError extends IncompatibleClassChangeError implements Serializable |
| Class java.lang.NoSuchMethodException extends Exception implements Serializable |
| Class java.lang.NullPointerException extends RuntimeException implements Serializable |
| Class java.lang.Number extends Object implements Serializable |
serialVersionUID: -8742448824652078965l
| Class java.lang.NumberFormatException extends IllegalArgumentException implements Serializable |
serialVersionUID: -2848938806368998894l
| Class java.lang.OutOfMemoryError extends VirtualMachineError implements Serializable |
| Class java.lang.RuntimeException extends Exception implements Serializable |
serialVersionUID: -7034897190745766939l
| Class java.lang.RuntimePermission extends java.security.BasicPermission implements Serializable |
| Class java.lang.SecurityException extends RuntimeException implements Serializable |
| Class java.lang.Short extends Number implements Serializable |
serialVersionUID: 7515723908773894738l
| Serialized Fields |
short value
Short.
| Class java.lang.StackOverflowError extends VirtualMachineError implements Serializable |
| Class java.lang.StackTraceElement extends Object implements Serializable |
serialVersionUID: 6992337162326171013l
| Serialized Fields |
String declaringClass
String methodName
String fileName
int lineNumber
| Class java.lang.String extends Object implements Serializable |
serialVersionUID: -6849794470754667710l
| Serialization Overview |
TC_STRING (utf String)
The String is written by method DataOutput.writeUTF.
A new handle is generated to refer to all future references to the
string instance within the stream.
| Serialized Fields |
| Class java.lang.StringBuffer extends Object implements Serializable |
serialVersionUID: 3388685877147921107l
| Serialization Methods |
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
| Serialized Fields |
char[] value
int count
boolean shared
| Class java.lang.StringIndexOutOfBoundsException extends IndexOutOfBoundsException implements Serializable |
| Class java.lang.ThreadDeath extends Error implements Serializable |
| Class java.lang.Throwable extends Object implements Serializable |
serialVersionUID: -3042686055658047285l
| Serialization Methods |
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialized Fields |
String detailMessage
Throwable cause
StackTraceElement[] stackTrace
Throwable.getStackTrace().
| Class java.lang.UnknownError extends VirtualMachineError implements Serializable |
| Class java.lang.UnsatisfiedLinkError extends LinkageError implements Serializable |
| Class java.lang.UnsupportedClassVersionError extends ClassFormatError implements Serializable |
| Class java.lang.UnsupportedOperationException extends RuntimeException implements Serializable |
| Class java.lang.VerifyError extends LinkageError implements Serializable |
| Class java.lang.VirtualMachineError extends Error implements Serializable |
| Package java.net |
| Class java.net.BindException extends SocketException implements Serializable |
| Class java.net.ConnectException extends SocketException implements Serializable |
| Class java.net.Inet4Address extends java.net.InetAddress implements Serializable |
serialVersionUID: 3286316764910316507l
| Serialization Methods |
private Object writeReplace()
throws ObjectStreamException
ObjectStreamException - if a new object replacing this
object could not be created| Class java.net.Inet6Address extends java.net.InetAddress implements Serializable |
serialVersionUID: 6880410070516793377l
| Serialization Methods |
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
| Serialized Fields |
byte[] ipaddress
| Class java.net.InetAddress extends Object implements Serializable |
serialVersionUID: 3286316764910316507l
| Serialization Methods |
private Object readResolve()
throws ObjectStreamException
| Serialized Fields |
String hostName
int address
int family
| Class java.net.InetSocketAddress extends SocketAddress implements Serializable |
serialVersionUID: 5076001401234631237l
| Serialization Methods |
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
| Serialized Fields |
String hostname
java.net.InetAddress addr
int port
| Class java.net.MalformedURLException extends IOException implements Serializable |
| Class java.net.NetPermission extends java.security.BasicPermission implements Serializable |
serialVersionUID: -8343910153355041693l
| Class java.net.NoRouteToHostException extends SocketException implements Serializable |
| Class java.net.PortUnreachableException extends SocketException implements Serializable |
| Class java.net.ProtocolException extends IOException implements Serializable |
| Class java.net.SocketAddress extends Object implements Serializable |
| Class java.net.SocketException extends IOException implements Serializable |
| Class java.net.SocketPermissionCollection extends java.security.PermissionCollection implements Serializable |
serialVersionUID: 2787186408602843674l
| Serialization Methods |
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream out)
throws IOException
IOException| Serialized Fields |
Vector permissions
| Class java.net.SocketTimeoutException extends InterruptedIOException implements Serializable |
| Class java.net.UnknownHostException extends IOException implements Serializable |
| Class java.net.UnknownServiceException extends IOException implements Serializable |
| Class java.net.URI extends Object implements Serializable |
serialVersionUID: -6052424284110960213l
| Serialization Methods |
private void readObject(ObjectInputStream)
throws ClassNotFoundException,
IOException
private void writeObject(ObjectOutputStream)
throws IOException
| Serialized Fields |
String string
| Class java.net.URISyntaxException extends Exception implements Serializable |
| Serialized Fields |
String input
int index
| Class java.net.URL extends Object implements Serializable |
serialVersionUID: -7627629688361524110l
| Serialization Methods |
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
IOException| Serialized Fields |
String protocol
String host
int port
String file
file is
defined as path[?query]
String authority
String ref
int hashCode
| Package java.util |
| Class java.util.ArrayList extends AbstractList implements Serializable |
serialVersionUID: 8683452581122892189l
| Serialization Methods |
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
IOException| Serialized Fields |
int size
| Class java.util.Arrays.ArrayList extends AbstractList implements Serializable |
serialVersionUID: -2764017481108945198l
| Serialized Fields |
Object[] a
| Class java.util.BitSet extends Object implements Serializable |
serialVersionUID: 7997698588986878753l
| Serialization Methods |
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
| Serialized Fields |
long[] bits
| Class java.util.Calendar extends Object implements Serializable |
serialVersionUID: -1807547505821590642l
| Serialization Methods |
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream stream)
throws IOException
Calendar would only write out its state data and
the current time, and not write any field data out, such as
fields[], isTimeSet, areFieldsSet,
and isSet[]. nextStamp also should not be part
of the persistent state. Unfortunately, this didn't happen before JDK 1.1
shipped. To be compatible with JDK 1.1, we will always have to write out
the field values and state flags. However, nextStamp can be
removed from the serialization stream; this will probably happen in the
near future.
| Serialized Fields |
int[] fields
FIELD_COUNT integers, with index values
ERA through DST_OFFSET.
boolean[] isSet
FIELD_COUNT booleans, with index values
ERA through DST_OFFSET.
long time
Calendar.isTimeSetboolean isTimeSet
time is valid.
The time is made invalid by a change to an item of field[].
Calendar.timeboolean areFieldsSet
fields[] are in sync with the currently set time.
If false, then the next attempt to get the value of a field will
force a recomputation of all fields from the current value of
time.
boolean lenient
time from fields[].
Calendar.setLenient(boolean)TimeZone zone
TimeZone used by this calendar. Calendar
uses the time zone data to translate between locale and GMT time.
int firstDayOfWeek
SUNDAY,
MONDAY, etc. This is a locale-dependent value.
int minimalDaysInFirstWeek
int nextStamp
stamp[], an internal array.
This actually should not be written out to the stream, and will probably
be removed from the stream in the near future. In the meantime,
a value of MINIMUM_USER_STAMP should be used.
int serialVersionOnStream
serialVersionOnStream
is written.
| Class java.util.Collections.CopiesList extends AbstractList implements Serializable |
serialVersionUID: 2739099268398711800l
| Serialized Fields |
int n
Object element
| Class java.util.Collections.EmptyList extends AbstractList implements Serializable |
serialVersionUID: 8842843931221139166l
| Serialization Methods |
private Object readResolve()
| Class java.util.Collections.EmptySet extends AbstractSet implements Serializable |
serialVersionUID: 1582296315990362920l
| Serialization Methods |
private Object readResolve()
| Class java.util.Collections.ReverseComparator extends Object implements Serializable |
serialVersionUID: 7207038068494060240l
| Class java.util.Collections.SingletonSet extends AbstractSet implements Serializable |
serialVersionUID: 3193687207550431679l
| Serialized Fields |
Object element
| Class java.util.Collections.SynchronizedCollection extends Object implements Serializable |
serialVersionUID: 3053995032091335093l
| Serialized Fields |
Collection c
Object mutex
| Class java.util.Collections.SynchronizedList extends java.util.Collections.SynchronizedCollection implements Serializable |
serialVersionUID: -7754090372962971524l
| Serialization Methods |
private Object readResolve()
| Serialized Fields |
List list
| Class java.util.Collections.SynchronizedMap extends Object implements Serializable |
serialVersionUID: 1978198479659022715l
| Serialized Fields |
Map m
Object mutex
| Class java.util.Collections.SynchronizedRandomAccessList extends java.util.Collections.SynchronizedList implements Serializable |
serialVersionUID: 1530674583602358482l
| Serialization Methods |
private Object writeReplace()
| Class java.util.Collections.SynchronizedSet extends java.util.Collections.SynchronizedCollection implements Serializable |
| Class java.util.Collections.SynchronizedSortedMap extends java.util.Collections.SynchronizedMap implements Serializable |
| Serialized Fields |
SortedMap sm
| Class java.util.Collections.SynchronizedSortedSet extends java.util.Collections.SynchronizedSet implements Serializable |
| Serialized Fields |
SortedSet ss
| Class java.util.Collections.UnmodifiableCollection extends Object implements Serializable |
serialVersionUID: 1820017752578914078l
| Serialized Fields |
Collection c
| Class java.util.Collections.UnmodifiableList extends java.util.Collections.UnmodifiableCollection implements Serializable |
serialVersionUID: -283967356065247728l
| Serialization Methods |
private Object readResolve()
| Serialized Fields |
List list
| Class java.util.Collections.UnmodifiableMap extends Object implements Serializable |
serialVersionUID: -1034234728574286014l
| Serialized Fields |
Map m
| Class java.util.Collections.UnmodifiableMap.UnmodifiableEntrySet extends java.util.Collections.UnmodifiableSet implements Serializable |
| Class java.util.Collections.UnmodifiableRandomAccessList extends java.util.Collections.UnmodifiableList implements Serializable |
serialVersionUID: -2542308836966382001l
| Serialization Methods |
private Object writeReplace()
| Class java.util.Collections.UnmodifiableSet extends java.util.Collections.UnmodifiableCollection implements Serializable |
| Class java.util.Collections.UnmodifiableSortedMap extends java.util.Collections.UnmodifiableMap implements Serializable |
| Serialized Fields |
SortedMap sm
| Class java.util.Collections.UnmodifiableSortedSet extends java.util.Collections.UnmodifiableSet implements Serializable |
| Serialized Fields |
SortedSet ss
| Class java.util.ConcurrentModificationException extends RuntimeException implements Serializable |
| Class java.util.Currency extends Object implements Serializable |
| Serialization Methods |
private Object readResolve()
| Serialized Fields |
String currencyCode
| Class java.util.Date extends Object implements Serializable |
serialVersionUID: 7523967970034938905l
| Serialization Methods |
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
getTime()
is emitted (long). This represents the offset from
January 1, 1970, 00:00:00 GMT in milliseconds.
IOException| Class java.util.EmptyStackException extends RuntimeException implements Serializable |
| Class java.util.EventObject extends Object implements Serializable |
| Class java.util.GregorianCalendar extends Calendar implements Serializable |
serialVersionUID: -8125100834729963327l
| Serialization Methods |
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
| Serialized Fields |
long gregorianCutover
| Class java.util.HashMap extends AbstractMap implements Serializable |
serialVersionUID: 362498820763181265l
| Serialization Methods |
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
IOException| Serialized Fields |
int threshold
float loadFactor
| Class java.util.HashSet extends AbstractSet implements Serializable |
serialVersionUID: -5024744406713321676l
| Serialization Methods |
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
IOException| Class java.util.Hashtable extends Dictionary implements Serializable |
serialVersionUID: 1421746759512286392l
| Serialization Methods |
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
IOException| Serialized Fields |
int threshold
float loadFactor
| Class java.util.IdentityHashMap extends AbstractMap implements Serializable |
| Serialization Methods |
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
IOException| Serialized Fields |
int size
| Class java.util.LinkedHashMap extends HashMap implements Serializable |
| Serialized Fields |
boolean accessOrder
| Class java.util.LinkedHashSet extends HashSet implements Serializable |
| Class java.util.LinkedList extends AbstractSequentialList implements Serializable |
serialVersionUID: 876323262645176354l
| Serialization Methods |
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
IOException| Class java.util.Locale extends Object implements Serializable |
serialVersionUID: 9149081749638150636l
| Serialization Methods |
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
String objects:
the first is a 2-letter ISO 639 code representing the locale's language,
the second is a 2-letter ISO 3166 code representing the locale's region or
country, and the third is an optional chain of variant codes defined by this
library. Any of the fields may be the empty string. The fourth field is an
intrepresenting the locale's hash code, but is ignored by
readObject(). Whatever this field's value, the hash code is
initialized to -1, a sentinel value that indicates the hash code must be
recomputed.
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out)
throws IOException
String objects:
the first is a 2-letter ISO 639 code representing the locale's language,
the second is a 2-letter ISO 3166 code representing the locale's region or
country, and the third is an optional chain of variant codes defined by this
library. Any of the fields may be the empty string. The fourth field is an
int whose value is always -1. This is a sentinel value indicating
the Locale's hash code must be recomputed.
IOException| Serialized Fields |
String language
Locale.getLanguage()String country
Locale.getCountry()String variant
Locale.getVariant()int hashcode
| Class java.util.MissingResourceException extends RuntimeException implements Serializable |
| Serialized Fields |
String className
String key
| Class java.util.NoSuchElementException extends RuntimeException implements Serializable |
| Class java.util.Properties extends Hashtable implements Serializable |
serialVersionUID: 4112578634029874840l
| Serialized Fields |
Properties defaults
| Class java.util.PropertyPermissionCollection extends java.security.PermissionCollection implements Serializable |
serialVersionUID: 7015263904581634791l
| Serialization Methods |
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream out)
throws IOException
IOException| Serialized Fields |
boolean all_allowed
Hashtable permissions
| Class java.util.Random extends Object implements Serializable |
serialVersionUID: 3905348978240129619l
| Serialization Methods |
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialization Overview |
| Serialized Fields |
boolean haveNextNextGaussian
double; nextNextGaussian
long; seed
| Class java.util.SimpleTimeZone extends TimeZone implements Serializable |
serialVersionUID: -403250971215465050l
| Serialization Methods |
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream stream)
throws IOException
DOW_IN_MONTH_MODE rules, in the required section, followed
by the full rules, in packed format, in the optional section. The
optional section will be ignored by JDK 1.1 code upon stream in.
Contents of the optional section: The length of a byte array is
emitted (int); this is 4 as of this release. The byte array of the given
length is emitted. The contents of the byte array are the true values of
the fields startDay, startDayOfWeek,
endDay, and endDayOfWeek. The values of these
fields in the required section are approximate values suited to the rule
mode DOW_IN_MONTH_MODE, which is the only mode recognized by
JDK 1.1.
IOException| Serialized Fields |
int startMonth
Calendar.JANUARY and
Calendar.DECEMBER inclusive. This value must not equal
endMonth.
If useDaylight is false, this value is ignored.
int startDay
startMode == DOW_IN_MONTHstartDay indicates the day of the month of
startMonth on which daylight
saving time starts, from 1 to 28, 30, or 31, depending on the
startMonth.
startMode != DOW_IN_MONTHstartDay indicates which startDayOfWeek in th
month startMonth daylight
saving time starts on. For example, a value of +1 and a
startDayOfWeek of Calendar.SUNDAY indicates the
first Sunday of startMonth. Likewise, +2 would indicate the
second Sunday, and -1 the last Sunday. A value of 0 is illegal.
If useDaylight is false, this value is ignored.
int startDayOfWeek
Calendar.SUNDAY and
Calendar.SATURDAY inclusive.
If useDaylight is false or
startMode == DAY_OF_MONTH, this value is ignored.
int startTime
startTimeMode.
If useDaylight is false, this value is ignored.
int startTimeMode
int endMonth
Calendar.JANUARY and
Calendar.UNDECIMBER. This value must not equal
startMonth.
If useDaylight is false, this value is ignored.
int endDay
endMode == DOW_IN_MONTHendDay indicates the day of the month of
endMonth on which daylight
saving time ends, from 1 to 28, 30, or 31, depending on the
endMonth.
endMode != DOW_IN_MONTHendDay indicates which endDayOfWeek in th
month endMonth daylight
saving time ends on. For example, a value of +1 and a
endDayOfWeek of Calendar.SUNDAY indicates the
first Sunday of endMonth. Likewise, +2 would indicate the
second Sunday, and -1 the last Sunday. A value of 0 is illegal.
If useDaylight is false, this value is ignored.
int endDayOfWeek
Calendar.SUNDAY and
Calendar.SATURDAY inclusive.
If useDaylight is false or
endMode == DAY_OF_MONTH, this value is ignored.
int endTime
endTimeMode.
If useDaylight is false, this value is ignored.
int endTimeMode
int startYear
If useDaylight is false, this value is ignored.
int rawOffset
dstSavings.
boolean useDaylight
byte[] monthLength
int startMode
DOM_MODEDOW_IN_MONTH_MODEDOW_GE_DOM_MODEDOW_LE_DOM_MODEstartDay field.
If useDaylight is false, this value is ignored.
int endMode
DOM_MODEDOW_IN_MONTH_MODEDOW_GE_DOM_MODEDOW_LE_DOM_MODEendDay field.
If useDaylight is false, this value is ignored.
int dstSavings
If useDaylight is false, this value is ignored.
int serialVersionOnStream
startMode,
endMode, and dstSavings.
startTimeMode
and endTimeMode.
serialVersionOnStream
is written.
| Class java.util.Stack extends Vector implements Serializable |
serialVersionUID: 1224463164541339165l
| Class java.util.TimeZone extends Object implements Serializable |
serialVersionUID: 3581463369166924961l
| Serialized Fields |
String ID
TimeZone. This is a
programmatic identifier used internally to look up TimeZone
objects from the system table and also to map them to their localized
display names. ID values are unique in the system
table but may not be for dynamically created zones.
| Class java.util.TooManyListenersException extends Exception implements Serializable |
| Class java.util.TreeMap extends AbstractMap implements Serializable |
serialVersionUID: 919286545866124006l
| Serialization Methods |
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
IOException| Serialized Fields |
Comparator comparator
| Class java.util.TreeSet extends AbstractSet implements Serializable |
serialVersionUID: -2479143000061671589l
| Serialization Methods |
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
IOException| Class java.util.Vector extends AbstractList implements Serializable |
serialVersionUID: -2767605614048989439l
| Serialization Methods |
private void writeObject(ObjectOutputStream s)
throws IOException
| Serialized Fields |
Object[] elementData
Any array elements following the last element in the Vector are null.
int elementCount
int capacityIncrement
| Package java.util.jar |
| Class java.util.jar.JarException extends ZipException implements Serializable |
| Package java.util.logging |
| Class java.util.logging.Level extends Object implements Serializable |
| Serialization Methods |
private Object readResolve()
| Serialized Fields |
String name
int value
String resourceBundleName
| Class java.util.logging.LoggingPermission extends java.security.BasicPermission implements Serializable |
| Class java.util.logging.LogRecord extends Object implements Serializable |
| Serialization Methods |
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
private void writeObject(ObjectOutputStream out)
throws IOException
IOException| Serialized Fields |
Level level
long sequenceNumber
String sourceClassName
String sourceMethodName
String message
int threadID
long millis
Throwable thrown
String loggerName
String resourceBundleName
| Package java.util.regex |
| Class java.util.regex.Pattern extends Object implements Serializable |
serialVersionUID: 5073258162644648461l
| Serialization Methods |
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
| Serialized Fields |
String pattern
int flags
| Class java.util.regex.PatternSyntaxException extends IllegalArgumentException implements Serializable |
| Serialized Fields |
String desc
String pattern
int index
| Package java.util.zip |
| Class java.util.zip.DataFormatException extends Exception implements Serializable |
| Class java.util.zip.ZipException extends IOException implements Serializable |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||