- ZERO - Static variable in class java.math.BigDecimal
-
The constant zero as a BigDecimal with scale zero.
- ZERO - Static variable in class java.math.BigInteger
-
The constant zero as a BigInteger.
- ZipEntry - Class in java.util.zip
-
This class represents a member of a zip archive.
- ZipEntry(String) - Constructor for class java.util.zip.ZipEntry
-
Creates a zip entry with the given name.
- ZipEntry(ZipEntry) - Constructor for class java.util.zip.ZipEntry
-
Creates a copy of the given zip entry.
- ZipException - Exception in java.util.zip
-
Thrown during the creation or input of a zip file.
- ZipException() - Constructor for exception java.util.zip.ZipException
-
Create an exception without a message.
- ZipException(String) - Constructor for exception java.util.zip.ZipException
-
Create an exception with a message.
- ZipFile - Class in java.util.zip
-
This class represents a Zip archive.
- ZipFile(String) - Constructor for class java.util.zip.ZipFile
-
Opens a Zip file with the given name for reading.
- ZipFile(File) - Constructor for class java.util.zip.ZipFile
-
Opens a Zip file reading the given File.
- ZipFile(File, int) - Constructor for class java.util.zip.ZipFile
-
Opens a Zip file reading the given File in the given mode.
- ZipInputStream - Class in java.util.zip
-
This is a FilterInputStream that reads the files in an zip archive
one after another.
- ZipInputStream(InputStream) - Constructor for class java.util.zip.ZipInputStream
-
Creates a new Zip input stream, reading a zip archive.
- ZipOutputStream - Class in java.util.zip
-
This is a FilterOutputStream that writes the files into a zip
archive one after another.
- ZipOutputStream(OutputStream) - Constructor for class java.util.zip.ZipOutputStream
-
Creates a new Zip output stream, writing a zip archive.
- ZONE_OFFSET - Static variable in class java.util.Calendar
-
Constant representing the time zone offset time field for the
time given in the other fields.
- ZoneView - Class in javax.swing.text
-
A View implementation that delays loading of sub views until they are
needed for display or internal transformations.
- ZoneView(Element, int) - Constructor for class javax.swing.text.ZoneView
-
Creates a new ZoneView for the specified element and axis.
- zoneWasLoaded(View) - Method in class javax.swing.text.ZoneView
-
Gets called after a zone has been loaded.