Searched refs:zip (Results 101 - 125 of 203) sorted by relevance

123456789

/openjdk7/jdk/src/share/classes/java/lang/
H A DCharacterName.java32 import java.util.zip.InflaterInputStream;
/openjdk7/jdk/src/share/classes/java/util/zip/
H A DAdler32.java26 package java.util.zip;
H A DGZIPOutputStream.java26 package java.util.zip;
H A DDeflaterInputStream.java26 package java.util.zip;
H A DDeflaterOutputStream.java26 package java.util.zip;
H A DInflater.java26 package java.util.zip;
33 * the <a href="package-summary.html#package_description">java.util.zip
64 * } catch (java.util.zip.DataFormatException ex) {
H A DInflaterInputStream.java26 package java.util.zip;
H A DInflaterOutputStream.java26 package java.util.zip;
H A DZipEntry.java26 package java.util.zip;
58 * Creates a new zip entry with the specified name.
76 * Creates a new zip entry with fields taken from the specified
77 * zip entry.
78 * @param e a zip Entry object
93 * Creates a new un-initialized zip entry
H A DZipFile.java26 package java.util.zip;
44 import static java.util.zip.ZipConstants64.*;
47 * This class is used to read entries from a zip file.
58 private final String name; // zip file name
60 private final boolean locsig; // if zip file starts with LOCSIG (usually true)
67 * Mode flag to open a zip file for reading.
72 * Mode flag to open a zip file and mark it for deletion. The file will be
91 // in-use zip file is accidently overwritten by others.
92 String prop = sun.misc.VM.getSavedProperty("sun.zip.disableMemoryMapping");
98 * Opens a zip fil
[all...]
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DNativeUnpack.java37 import java.util.zip.CRC32;
38 import java.util.zip.Deflater;
39 import java.util.zip.ZipEntry;
40 import java.util.zip.ZipOutputStream;
H A DUnpackerImpl.java44 import java.util.zip.CRC32;
45 import java.util.zip.CheckedOutputStream;
46 import java.util.zip.ZipEntry;
/openjdk7/jdk/make/tools/reorder/
H A DMakefile87 $(MAKE) LIBBLDDIR=java/zip LIBTMPDIR=sun/java.util.zip/zip reorder.lib
97 $(CP) $(OUTDIR)/reorder_java_zip-$(ARCH) ../../java/zip/reorder-$(ARCH)
/openjdk7/jdk/make/tools/src/build/tools/generatecharacter/
H A DCharacterName.java6 import java.util.zip.*;
/openjdk7/jdk/test/java/net/URLConnection/6212146/
H A DTest.java52 } catch( java.util.zip.ZipException ze ) {
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DClassFile.java32 import java.util.zip.*;
36 * can either be a regular file or a zip file entry.
50 * Non-null if this represents a zip file entry
63 * Constructor for instance representing a zip file entry
71 * Returns true if this is zip file entry
78 * Returns input stream to either regular file or zip file entry
115 * Get file path. The path for a zip file entry will also include
116 * the zip file name.
/openjdk7/jdk/test/java/util/zip/
H A DInfoZip.java26 * @summary We must be able to read zip files created by Unix Info-Zip
31 import java.util.zip.*;
81 // The file InfoZip.zip was created using Unix Info-Zip's zip, thus:
82 // echo Message in a Bottle > someFile; zip InfoZip.zip someFile
86 File f = new File("InfoZip.zip");
H A DTestZipError.java28 * iterating entries of an invalid zip file
33 import java.util.zip.*;
44 String fileName = "error4615343.zip";
50 // Create a zip file with two entries.
62 // Open the ZipFile. This will read the zip file's central
70 // Re-create zip file, with different entries than earlier. However,
80 // Iterate zip file's contents. On Windows, this will result in a
/openjdk7/jdk/test/java/util/zip/ZipFile/
H A DReadZip.java26 @summary Make sure we can read a zip file.
34 import java.util.zip.*;
46 "input.zip"))) {
56 throw new Exception("cannot read from zip file");
60 // Make sure we can read the zip file that has some garbage
62 File newZip = new File(System.getProperty("test.dir", "."), "input2.zip");
63 Files.copy(Paths.get(System.getProperty("test.src", ""), "input.zip"),
75 throw new Exception("cannot read from zip file");
81 // Read zip file comment
96 throw new Exception("cannot read entry from zip fil
[all...]
/openjdk7/jdk/make/java/jli/
H A DMakefile48 ZIP_SRC = $(SHARE_SRC)/native/java/util/zip/zlib-$(ZLIB_VERSION)
/openjdk7/langtools/test/tools/javac/file/zip/
H A DT6836682.java54 import java.util.zip.CRC32;
55 import java.util.zip.ZipEntry;
56 import java.util.zip.ZipOutputStream;
/openjdk7/jdk/make/com/sun/java/pack/
H A DMakefile61 ZIPOBJDIR = $(OUTPUTDIR)/tmp/sun/java.util.zip/zip/$(OBJDIRNAME)
74 ZINCLUDE=-I$(SHARE_SRC)/native/java/util/zip/zlib-$(ZLIB_VERSION)
/openjdk7/jdk/src/share/classes/java/util/jar/
H A DJarInputStream.java28 import java.util.zip.*;
36 * <code>java.util.zip.ZipInputStream</code> with support for reading
42 * @see java.util.zip.ZipInputStream
/openjdk7/jdk/test/java/io/OutputStream/
H A DWriteParams.java33 import java.util.zip.DeflaterOutputStream;
/openjdk7/jdk/test/java/nio/channels/SocketChannel/
H A DShortWrite.java34 import java.util.zip.CRC32;

Completed in 49 milliseconds

123456789