- ZERO - Static variable in class java.math.BigDecimal
-
The value 0, with a scale of 0.
- ZERO - Static variable in class java.math.BigInteger
-
The BigInteger constant zero.
- ZipEntry - Class in java.util.zip
-
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.
- ZipError - Error in java.util.zip
-
Signals that an unrecoverable error has occurred.
- ZipError(String) - Constructor for error java.util.zip.ZipError
-
Constructs a ZipError with the given detail message.
- ZipException - Exception in java.util.zip
-
Signals that a Zip exception of some sort has occurred.
- ZipException() - Constructor for exception java.util.zip.ZipException
-
Constructs a ZipException
with null
as its error detail message.
- ZipException(String) - Constructor for exception java.util.zip.ZipException
-
Constructs a ZipException
with the specified detail
message.
- ZipFile - Class in java.util.zip
-
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.
- ZipFile(File, int, Charset) - Constructor for class java.util.zip.ZipFile
-
Opens a new ZipFile
to read from the specified
File
object in the specified mode.
- ZipFile(String, Charset) - Constructor for class java.util.zip.ZipFile
-
Opens a zip file for reading.
- ZipFile(File, Charset) - Constructor for class java.util.zip.ZipFile
-
Opens a ZIP file for reading given the specified File object.
- ZipInputStream - Class in java.util.zip
-
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.
- ZipInputStream(InputStream, Charset) - Constructor for class java.util.zip.ZipInputStream
-
Creates a new ZIP input stream.
- ZipOutputStream - Class in java.util.zip
-
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.
- ZipOutputStream(OutputStream, Charset) - Constructor for class java.util.zip.ZipOutputStream
-
Creates a new ZIP output stream.
- ZONE_OFFSET - Static variable in class java.util.Calendar
-
Field number for get
and set
indicating the raw offset from GMT in milliseconds.
- ZoneView - Class in javax.swing.text
-
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.