|
Class: ZipArchive (private in Archiver
This class is only visible from within
Archiver.
Object
|
+--Archiver
|
+--Archiver::MultiFileArchive
|
+--Archiver::ZipArchive
- Package:
- stx:libbasic2
- Category:
- System-Support-FileFormats
- Owner:
- Archiver
command strings
-
unzipCommand
-
self unzipCommand
-
zipCommand
-
queries
-
canAddFiles
-
-
canRemoveFiles
-
-
canViewFile
-
-
hasLastLine
-
-
hasTitleLine
-
actions
-
extractFiles: colOfFilesOrNilForAll to: aDirectory
-
called both to really extract,
and to extract to a temporary file to view it
-
extractFilesUsingBuiltinZipArchiver: colOfArchivItemsOrNilForAll from: zipFilename to: aDirectory
-
called both to really extract,
and to extract to a temporary file to view it
-
listFiles: aColOfFiles
-
no list command configured/found.
-
listFilesUsingBuiltinZipArchiverFrom: fn
-
generate a line of the form:
columns
-
columns
-
colums id/readSelector words to read
-
isValidOutputLine: line
-
(comment from inherited method)
return true, if line contains a valid list-files output line
command strings
-
getCommandToAdd: aColOfFiles toArchive: archiveFile
-
archiveFile exists ifFalse:[^ nil].
-
getCommandToExtractFiles: aColOfFiles intoDirectory: dir
-
-o UnzipOverwriteExistingFilesOption
-
getCommandToListFiles: aColOfFiles
-
-Z ZipInfoOption
-
getCommandToRemoveFiles: aColOfFiles
-
|