WPXZipStream.h
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */
2 /* libwpd
3  * Copyright (C) 2012 Fridrich Strba (fridrich.strba@bluewin.ch)
4  *
5  * This library is free software; you can redistribute it and/or
6  * modify it under the terms of the GNU Library General Public
7  * License as published by the Free Software Foundation; either
8  * version 2 of the License, or (at your option) any later version.
9  *
10  * This library is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13  * Library General Public License for more details.
14  *
15  * You should have received a copy of the GNU Library General Public
16  * License along with this library; if not, write to the
17  * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18  * Boston, MA 02111-1301 USA
19  *
20  * For further information visit http://libwpd.sourceforge.net
21  */
22 
23 #ifndef __WPXZIPSTREAM_H__
24 #define __WPXZIPSTREAM_H__
25 
26 #include <vector>
27 #include "WPXStream.h"
28 
30 {
31 public:
32  static bool isZipFile(WPXInputStream *input);
33 
34  static WPXInputStream *getSubstream(WPXInputStream *input, const char *name);
35 };
36 
37 #endif // __WPXZIPSTREAM_H__
38 /* vim:set shiftwidth=4 softtabstop=4 noexpandtab: */

Generated for libwpd by doxygen 1.8.1.2