+
+ <b>About non-seekable streams</b>: this information applies only when reading
+ archives from non-seekable streams. When the stream is seekable GetNextEntry()
+ returns a fully populated wxArchiveEntry.
+ See @ref overview_archive_noseek for more information.
+
+ For generic programming, when the worst case must be assumed, you can rely on
+ all the fields of wxArchiveEntry being fully populated when
+ wxArchiveInputStream::GetNextEntry() returns, with the the following exceptions:
+
+ @li GetSize(): guaranteed to be available after the entry has been read to Eof(),
+ or CloseEntry() has been called;
+ @li IsReadOnly(): guaranteed to be available after the end of the archive has
+ been reached, i.e. after GetNextEntry() returns NULL and Eof() is true.
+