Searched refs:zip (Results 176 - 200 of 203) sorted by relevance

123456789

/openjdk7/jdk/test/java/rmi/server/RMIClassLoader/loadProxyClasses/
H A DLoadProxyClasses.java50 import java.util.zip.Checksum;
67 * 2. Nonpublic interface (java.util.zip.ZipConstants) and public
68 * interface (java.util.zip.CheckSum) loaded from bootclasspath,
151 Class.forName("java.util.zip.ZipConstants");
/openjdk7/jdk/test/java/util/zip/
H A DFlaterCriticalArray.java41 import java.util.zip.*;
H A DLargeZip.java32 import java.util.zip.*;
82 largeFile = new File(testDir, "largezip.zip");
H A Dzip.java29 import java.util.zip.*;
36 public class zip { class
55 * flag0: no zip compression (store only)
69 public zip(PrintStream out, PrintStream err, String program) { method in class:zip
649 "Usage: zip {ctxu}[vf0] [zip-file] [-encoding encname][-C dir] files ...\n" +
739 zip z = new zip(System.out, System.err, "zip");
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/file/
H A DZipFileIndex.java45 import java.util.zip.DataFormatException;
46 import java.util.zip.Inflater;
47 import java.util.zip.ZipException;
53 * This class implements the building of index of a zip archive and access to
55 * It supports invocations where it will serialize an optimized zip index file
62 * Location where to look for/generate optimized zip index files can be
72 * timestamp checking to reindex the zip files if it is needed. In batch mode
136 // Validate integrity of the zip file
299 * Tests if a specific path exists in the zip. This method will return true
302 * @param path A path within the zip
[all...]
H A DPaths.java40 import java.util.zip.ZipFile;
322 it looks like a valid zip file. */
500 && (n.endsWith(".jar") || n.endsWith(".zip"));
H A DJavacFileManager.java49 import java.util.zip.ZipFile;
345 * container is a directory, a zip file, or a non-existant path.
466 /** A directory of zip files already opened.
477 * fail over to the platform zip, and allow it to deal with a potentially
478 * non compliant zip file.
492 /** Open a new zip file directory, and cache it.
/openjdk7/jdk/make/common/
H A DRelease.gmk437 # files under $(OUTPUTDIR) that need to go into sec-bin.zip for builds
456 # files under $(OUTPUTDIR) that need to go into sec-windows-win.zip for builds
461 # files under $(BINDIR) that need to go into jgss_files.zip for builds
729 # Create sec-bin.zip
730 SEC_FILES_ZIP=$(ABS_TEMPDIR)/sec-bin.zip
738 # Create sec-windows-bin.zip
739 SEC_FILES_WIN_ZIP=$(ABS_TEMPDIR)/sec-windows-bin.zip
750 JGSS_WIN32_FILES_ZIP=$(ABS_TEMPDIR)/jgss-windows-i586-bin.zip
751 JGSS_WIN64_FILES_ZIP=$(ABS_TEMPDIR)/jgss-windows-x64-bin.zip
1004 # Create the list of db *.zip file
[all...]
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipFileSystem.java61 import java.util.zip.CRC32;
62 import java.util.zip.Inflater;
63 import java.util.zip.Deflater;
64 import java.util.zip.InflaterInputStream;
65 import java.util.zip.DeflaterOutputStream;
66 import java.util.zip.ZipException;
67 import java.util.zip.ZipError;
75 * A FileSystem built on a zip file
93 private final boolean createNew; // create a new zip if not exists
212 new HashSet<String>(Arrays.asList("basic", "zip")));
[all...]
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/png/
H A DPNGImageReader.java48 import java.util.zip.Inflater;
49 import java.util.zip.InflaterInputStream;
1093 } catch (java.util.zip.ZipException ze) {
H A DPNGImageWriter.java41 import java.util.zip.Deflater;
42 import java.util.zip.DeflaterOutputStream;
/openjdk7/
H A DMakefile184 # to create a debug install bundle jdk-*-debug-** bundle (tar or zip)
392 DEVTOOLS_PATH.desc = Directory containing zip and gnumake
/openjdk7/jdk/src/share/classes/java/util/jar/
H A DJarFile.java32 import java.util.zip.*;
45 * It extends the class <code>java.util.zip.ZipFile</code> with support
56 * @see java.util.zip.ZipFile
223 * @see java.util.zip.ZipEntry
234 * Returns an enumeration of the zip file entries.
393 * zip file entry.
394 * @param ze the zip file entry
396 * zip file entry
397 * @throws ZipException if a zip file format error has occurred
601 * Returns an enumeration of the zip fil
[all...]
H A DJarVerifier.java33 import java.util.zip.ZipEntry;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DClassReader.java1009 boolean zip = true;
1072 zip = false;
1185 if (!zip || unzip) {
1201 if (zip) {
H A DMethodWriter.java1843 boolean zip = (cw.version & 0xFFFF) >= Opcodes.V1_6;
1844 cw.newUTF8(zip ? "StackMapTable" : "StackMap");
2023 boolean zip = (cw.version & 0xFFFF) >= Opcodes.V1_6;
2024 out.putShort(cw.newUTF8(zip ? "StackMapTable" : "StackMap"));
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DTransformerFactoryImpl.java38 import java.util.zip.ZipEntry;
39 import java.util.zip.ZipFile;
/openjdk7/jdk/test/
H A DMakefile56 ZIP = zip
264 # Expect JPRT to set JPRT_ARCHIVE_BUNDLE (path to zip bundle for results)
265 ARCHIVE_BUNDLE = $(ABS_TEST_OUTPUT_DIR)/ARCHIVE_BUNDLE.zip
/openjdk7/jdk/make/docs/
H A DCORE_PKGS.gmk140 java.util.zip \
/openjdk7/make/scripts/
H A Dwebrev.ksh2009 [[ -z $ZIP ]] && ZIP=`look_for_prog zip`
2698 if expr $F : '.*\.jar' \| $F : '.*\.zip' >/dev/null; then
2702 print "No access to jar, so can't produce diffs for jar or zip files"
3183 # Let's generate a zip file for convenience
3185 if [ -f webrev.zip ]; then
3186 rm webrev.zip
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DCodingChooser.java38 import java.util.zip.Deflater;
39 import java.util.zip.DeflaterOutputStream;
43 * Runs "zip" to measure the apparent information content after coding.
316 // zip well with other bytes in the band.
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DUtility.java65 import java.util.zip.*;
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DPNGImageDecoder.java30 import java.util.zip.*;
/openjdk7/jdk/test/demo/zipfs/
H A DZipFSTester.java32 import java.util.zip.*;
116 throw new RuntimeException("newFileSystem() opens a non-zip file as zipfs");
349 File tmp = File.createTempFile("testzipfs_", "zip");
/openjdk7/jdk/src/share/classes/sun/tools/jar/
H A DMain.java32 import java.util.zip.*;
72 * flag0: no zip compression (store only)
156 // The name of the zip file as it would appear as its own
157 // zip file entry. We use this to make sure that we don't
158 // add the zip file to itself.

Completed in 99 milliseconds

123456789