• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/

Lines Matching refs:zip

8 Class factory for the zip archive format. See the base class
21 \helpref{Archive formats such as zip}{wxarc}\\
35 Holds the meta-data for an entry in a zip.
75 // These are Pkware's values. Note that Info-zip disagree on some of them,
124 // Values for the flags field in the zip headers
146 \helpref{Archive formats such as zip}{wxarc}\\
153 When reading a zip from a stream that is seekable,
175 returns, however, if the zip was also written to a non-seekable stream
186 The following are stored at the end of the zip, and become available
187 when the end of the zip has been reached, i.e. after GetNextEntry()
376 certain cases when modifying an zip in a pipeline (i.e. between
427 Input stream for reading zip files.
431 for the next entry in the zip (and gives away ownership). Reading from
436 Note that in general zip entries are not seekable, and
454 \helpref{Archive formats such as zip}{wxarc}\\
495 Returns the zip comment.
497 This is stored at the end of the zip, therefore when reading a zip
499 end of the zip has been reached, i.e. when GetNextEntry() returns
516 For a zip on a seekable stream returns the total number of entries in
517 the zip. For zips on non-seekable streams returns the number of entries
528 {\it entry} should be from the same zip file, and the zip should
551 certain cases when modifying an zip in a pipeline (i.e. between
588 Output stream for writing zip files.
591 a new entry in the output zip, then the entry's data is written to the
605 \helpref{Archive formats such as zip}{wxarc}\\
635 writing the zip if it has not been called already.
642 Finishes writing the zip, returning true if successful.
653 when the zip is closed.
660 Transfers the zip comment from the \helpref{wxZipInputStream}{wxzipinputstream}
669 in the zip. {\tt entry} is then opened in {\tt inputStream} and its contents
676 For zips on seekable streams, {\tt entry} must be from the same zip file
710 in the zip.
721 Sets a comment for the zip as a whole. It is written at the end of the
722 zip.