• 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:archive

3 % wx/archive.h at 16/Sep/04 12:19:29
8 Allows the creation of streams to handle archive formats such
32 <wx/archive.h>
50 \helpref{Generic archive programming}{wxarcgeneric}\\
122 Calls the static GetInternalName() function for the archive entry type,
173 Create a new input or output stream to read or write an archive.
175 If the parent stream is passed as a pointer then the new archive stream
186 It is not necessary to do this to use the archive streams. It is usually
212 % wx/archive.h at 16/Sep/04 12:19:29
218 archive entry classes such as \helpref{wxZipEntry}{wxzipentry}.
220 in archive files such as zips and tars.
228 <wx/archive.h>
233 \helpref{Generic archive programming}{wxarcgeneric}\\
256 be available after the end of the archive has been reached, i.e. after
284 Returns the path format used internally within the archive to store
293 archive. The name can include directory components, i.e. it can be a
301 \helpref{Looking up an archive entry by name}{wxarcbyname}
323 Returns a numeric value unique to the entry within the archive.
347 The names of entries within an archive can be complete paths, and
349 restore files, even if the archive contains no explicit directory entries.
374 certain cases when modifying an archive in a pipeline (i.e. between
385 % wx/archive.h at 16/Sep/04 12:19:29
391 archive input streams such as \helpref{wxZipInputStream}{wxzipinputstream}.
395 for the next entry in the archive (and gives away ownership). Reading from
406 <wx/archive.h>
447 {\it entry} must be from the same archive file that this
453 \helpref{Looking up an archive entry by name}{wxarcbyname}
458 % wx/archive.h at 16/Sep/04 12:19:29
463 An input iterator template class that can be used to transfer an archive's
475 // template parameter 'Arc' should be the type of an archive input stream
483 The first template parameter should be the type of archive input stream
489 The {\tt <wx/archive.h>} header defines the following typedefs:
510 Transferring the catalogue of an archive {\it arc} to a vector {\it cat},
566 <wx/archive.h>
594 Construct iterator that returns all the entries in the archive input
602 Returns an entry object from the archive input stream, giving away
612 Position the input iterator at the next entry in the archive input stream.
617 % wx/archive.h at 16/Sep/04 12:19:29
633 certain cases when modifying an archive in a pipeline (i.e. between
643 <wx/archive.h>
664 % wx/archive.h at 16/Sep/04 12:19:29
670 archive output streams such as \helpref{wxZipOutputStream}{wxzipoutputstream}.
673 to create a new entry in the output archive, then the entry's data is
683 <wx/archive.h>
706 Closes the archive, returning true if it was successfully written.
717 when the archive is closed.
724 Some archive formats have additional meta-data that applies to the archive
727 to transfer such information when writing a modified copy of an archive.
729 Since the position of the meta-data can vary between the various archive
735 When the input archive is being read from a non-seekable stream, the
746 archive. {\it entry} is then opened in the input stream {\it stream}
749 For archive types which compress entry data, CopyEntry() is likely to be
753 {\it entry} must be from the same archive file that {\it stream} is
776 the archive. The entry's data can then be written by writing to this