Home | History | Annotate | Download | only in ijar

Lines Matching full:zip

15 // zip.h -- .zip (.jar) file reading/writing routines.
17 // This file specifies the interface to use the ZIP implementation of ijar.
31 // mode might not be set in DOS zip files.
34 // Convert a Unix file mode to a ZIP file attribute
39 // Convert a ZIP file attribute to a Unix file mode
45 // Class interface for building ZIP files
54 // Add a new file to the ZIP, the file will have path "filename"
79 // Finish writing the ZIP file. This method can be called only once
83 // It is here as a convenience to get information on the final generated ZIP
88 // Get the current size of the ZIP file. This size will not be matching the
89 // final ZIP file until Finish() has been called because Finish() is actually
90 // writing the central directory of the ZIP File.
93 // Returns the current number of files stored in the ZIP.
103 // Estimate the maximum size of the ZIP files containing files in the "files"
131 // Class interface for reading ZIP files
140 // Process the next files, returns false if the end of ZIP file has been
153 // Return the size of the ZIP file.
156 // Return the size of the resulting zip file by keeping only file
163 // Create a ZipExtractor that extract the zip file "filename" and process