THE Java™ Programming Language, Fourth Edition

(Jeff_L) #1

The value of the named static constant field


@serial


Identifies a field serialized using default serialization


@serialField


A field created by GetField or PutField objects


@serialData


Documents additional data written during serialization


{@inheritDoc}


Copies document comments from the supertype


{@docRoot}


Expands to a relative path to the root of the documentation tree; for use within links


Table 6. Required Character Sets


Charset


Description


US-ASCII


7-bit ASCII, also known as ISO-646-US and as the Basic Latin block of the Unicode character set


ISO-8859-1


ISO Latin Alphabet No. 1, also known as ISO-LATIN-1


UTF-8


8-bit Unicode Transformation Format


UTF-16BE


16-bit Unicode Transformation Format, big-endian order


UTF-16LE


16-bit Unicode Transformation Format, little-endian order


UTF-16


16-bit Unicode Transformation Format, byte order specified by a mandatory initial byte-order mark (either
order accepted on input, big-endian used on output)

Free download pdf