| ★ wanayoo — archive 1999 http://zipios.sourceforge.net/class_zipios__zipinputstream.html | Nouvelle recherche | Portail wanayoo |
#include <zipinputstream.h>
Inheritance diagram for zipios::ZipInputStream

Public Methods | |
| ZipInputStream ( istream &is, streampos pos = 0 ) | |
| ZipInputStream constructor. More... | |
| ZipInputStream ( const string &filename, streampos pos = 0 ) | |
| int | available () |
| void | closeEntry () |
| Closes the current entry, and positions the stream read pointer at the beginning of the next entry (if there is one). More... | |
| void | close () |
| Closes the istream. More... | |
| ConstEntryPointer | getNextEntry () |
| Opens the next entry in the zip archive and returns a const pointer to a FileEntry object for the entry. More... | |
| virtual | ~ZipInputStream () |
| Destructor. More... | |
The interface approximates the interface of the Java ZipInputStream.
Definition at line 20 of file zipinputstream.h.
|
ZipInputStream constructor.
| is | istream from which the compressed zip archive can be read. |
| pos | position to reposition the istream to before reading. |
Definition at line 11 of file zipinputstream.cpp.
|
|
|
Closes the current entry, and positions the stream read pointer at the beginning of the next entry (if there is one).
Definition at line 35 of file zipinputstream.cpp.
|
Opens the next entry in the zip archive and returns a const pointer to a FileEntry object for the entry.
Definition at line 46 of file zipinputstream.cpp.
1.1.4 written by Dimitri van Heesch,
© 1997-2000