#include <zipinputstreambuf.h>
Inheritance diagram for zipios::ZipInputStreambuf

Public Methods | |
| ZipInputStreambuf ( streambuf *inbuf, int s_pos = -1, bool del_inbuf = false ) | |
| ZipInputStreambuf constructor. More... | |
| 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 streambuf. 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 | ~ZipInputStreambuf () |
| Destructor. More... | |
Protected Methods | |
| virtual int | underflow () |
Definition at line 18 of file zipinputstreambuf.h.
|
|
ZipInputStreambuf constructor.
Definition at line 18 of file zipinputstreambuf.cpp. |
|
|
Destructor.
Definition at line 81 of file zipinputstreambuf.cpp. |
|
|
Closes the streambuf.
Definition at line 42 of file zipinputstreambuf.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 29 of file zipinputstreambuf.cpp. |
|
|
Opens the next entry in the zip archive and returns a const pointer to a FileEntry object for the entry.
Definition at line 45 of file zipinputstreambuf.cpp. |
|
|
Reimplemented from zipios::InflateInputStreambuf. Definition at line 85 of file zipinputstreambuf.cpp. |
1.2.0 written by Dimitri van Heesch,
© 1997-2000