Zipios::zipinputstream -
#include <zipinputstream.h>
Inherits istream.
ZipInputStream (istream &is, streampos pos=0)
ZipInputStream constructor. ZipInputStream (const string &filename, streampos pos=0)
ZipInputStream constructor. 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). void close ()
Closes the istream. ConstEntryPointer getNextEntry ()
virtual ~ZipInputStream ()
Destructor.
ZipInputStream is an istream that gets it's input from a zip file. The interface approximates the interface of the Java ZipInputStream.
Definition at line 20 of file zipinputstream.h.
ZipInputStream constructor. Parameters:
is istream from which the compressed zip archive can be read.
pos position to reposition the istream to before reading.
ZipInputStream constructor. filename of a valid zip file.
Parameters:
pos position to reposition the istream to before reading.
Destructor.
Definition at line 53 of file zipinputstream.cpp.
Closes the istream.
Definition at line 41 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 37 of file zipinputstream.cpp.
Returns:
a const FileEntry * containing information about the (now) current entry.
Definition at line 48 of file zipinputstream.cpp.
Generated automatically by Doxygen for Zipios++ from the source code.