当前页面:
在线文档首页 >
Java 2 SDK v1.4.2, Java 2 SDK 英文文档
Z-Index (Java 2 Platform SE v1.4.2) - Java 2 SDK v1.4.2, Java 2 SDK 英文文档
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
Z
- ZERO -
Static variable in class java.math.BigInteger
- The BigInteger constant zero.
- ZONE_OFFSET -
Static variable in class java.util.Calendar
- Field number for
get
and set
indicating the raw offset from GMT in milliseconds.
- ZipEntry - class java.util.zip.ZipEntry.
- This class is used to represent a ZIP file entry.
- ZipEntry(String) -
Constructor for class java.util.zip.ZipEntry
- Creates a new zip entry with the specified name.
- ZipEntry(ZipEntry) -
Constructor for class java.util.zip.ZipEntry
- Creates a new zip entry with fields taken from the specified
zip entry.
- ZipException - exception java.util.zip.ZipException.
- Signals that a Zip exception of some sort has occurred.
- ZipException() -
Constructor for class java.util.zip.ZipException
- Constructs an
ZipException
with null
as its error detail message.
- ZipException(String) -
Constructor for class java.util.zip.ZipException
- Constructs an
ZipException
with the specified detail
message.
- ZipFile - class java.util.zip.ZipFile.
- This class is used to read entries from a zip file.
- ZipFile(String) -
Constructor for class java.util.zip.ZipFile
- Opens a zip file for reading.
- ZipFile(File, int) -
Constructor for class java.util.zip.ZipFile
- Opens a new
ZipFile
to read from the specified
File
object in the specified mode.
- ZipFile(File) -
Constructor for class java.util.zip.ZipFile
- Opens a ZIP file for reading given the specified File object.
- ZipInputStream - class java.util.zip.ZipInputStream.
- This class implements an input stream filter for reading files in the
ZIP file format.
- ZipInputStream(InputStream) -
Constructor for class java.util.zip.ZipInputStream
- Creates a new ZIP input stream.
- ZipOutputStream - class java.util.zip.ZipOutputStream.
- This class implements an output stream filter for writing files in the
ZIP file format.
- ZipOutputStream(OutputStream) -
Constructor for class java.util.zip.ZipOutputStream
- Creates a new ZIP output stream.
- ZoneView - class javax.swing.text.ZoneView.
- ZoneView is a View implementation that creates zones for which
the child views are not created or stored until they are needed
for display or model/view translations.
- ZoneView(Element, int) -
Constructor for class javax.swing.text.ZoneView
- Constructs a ZoneView.
- zoneWasLoaded(View) -
Method in class javax.swing.text.ZoneView
- Called by a zone when it gets loaded.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples. Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.