gsf 3.0.9-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/Rakefile +55 -0
- data/lib/gsf/input.rb +26 -0
- data/lib/gsf/loader.rb +57 -0
- data/lib/gsf.rb +53 -0
- data/test/gsf-test-utils.rb +22 -0
- data/test/run-test.rb +46 -0
- data/test/test-input-stdio.rb +25 -0
- data/vendor/local/bin/gsf-office-thumbnailer.exe +0 -0
- data/vendor/local/bin/gsf-vba-dump.exe +0 -0
- data/vendor/local/bin/gsf.exe +0 -0
- data/vendor/local/bin/libgsf-1-114.dll +0 -0
- data/vendor/local/bin/libgsf-win32-1-114.dll +0 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-blob.h +39 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-clip-data.h +72 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-doc-meta-data.h +66 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-docprop-vector.h +47 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-fwd.h +121 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-impl-utils.h +156 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-infile-impl.h +50 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-infile-msole.h +45 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-infile-msvba.h +49 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-infile-stdio.h +43 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-infile-tar.h +40 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-infile-zip.h +43 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-infile.h +46 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-bzip.h +34 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-gio.h +44 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-gzip.h +43 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-http.h +45 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-impl.h +68 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-iochannel.h +35 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-memory.h +46 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-proxy.h +46 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-stdio.h +48 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input-textline.h +46 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-input.h +69 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-libxml.h +225 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-meta-names.h +482 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-msole-utils.h +70 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-open-pkg-utils.h +95 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-opendoc-utils.h +162 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-outfile-impl.h +46 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-outfile-msole.h +47 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-outfile-stdio.h +49 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-outfile-zip.h +61 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-outfile.h +49 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-bzip.h +43 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-csv.h +84 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-gio.h +44 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-gzip.h +43 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-iconv.h +47 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-impl.h +37 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-iochannel.h +43 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-memory.h +44 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output-stdio.h +52 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-output.h +99 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-shared-memory.h +51 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-structured-blob.h +45 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-timestamp.h +70 -0
- data/vendor/local/include/libgsf-1/gsf/gsf-utils.h +340 -0
- data/vendor/local/include/libgsf-1/gsf/gsf.h +98 -0
- data/vendor/local/include/libgsf-1/gsf-win32/gsf-input-win32.h +41 -0
- data/vendor/local/include/libgsf-1/gsf-win32/gsf-output-win32.h +41 -0
- data/vendor/local/lib/libgsf-1.a +0 -0
- data/vendor/local/lib/libgsf-1.dll.a +0 -0
- data/vendor/local/lib/libgsf-1.la +41 -0
- data/vendor/local/lib/libgsf-win32-1.a +0 -0
- data/vendor/local/lib/libgsf-win32-1.dll.a +0 -0
- data/vendor/local/lib/libgsf-win32-1.la +41 -0
- data/vendor/local/lib/pkgconfig/libgsf-1.pc +11 -0
- data/vendor/local/lib/pkgconfig/libgsf-win32-1.pc +11 -0
- data/vendor/local/share/gtk-doc/html/gsf/annotation-glossary.html +56 -0
- data/vendor/local/share/gtk-doc/html/gsf/api.html +107 -0
- data/vendor/local/share/gtk-doc/html/gsf/dependencies.html +109 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-Compression.html +369 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-GIO.html +307 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-GIOChannel.html +119 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-Infile-reading-structed-files.html +397 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-Input-from-unstructured-files.html +887 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-MS-OLE2.html +894 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-OASIS-Open-Document.html +398 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-Outfile-writing-structed-files.html +237 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-Output-to-unstructured-files.html +830 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-Reading-and-Writing-from-local-files-and-directories.html +593 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-Text.html +523 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-XML-and-libxml.html +2032 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-Zip.html +338 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-blobs.html +56 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-clip-data.html +444 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-index.html +875 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-memory.html +332 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-metadata.html +1762 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-users.html +73 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf-utils.html +2503 -0
- data/vendor/local/share/gtk-doc/html/gsf/gsf.devhelp2 +440 -0
- data/vendor/local/share/gtk-doc/html/gsf/history.html +45 -0
- data/vendor/local/share/gtk-doc/html/gsf/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/gsf/index.html +98 -0
- data/vendor/local/share/gtk-doc/html/gsf/index.sgml +572 -0
- data/vendor/local/share/gtk-doc/html/gsf/intro.html +39 -0
- data/vendor/local/share/gtk-doc/html/gsf/io.html +38 -0
- data/vendor/local/share/gtk-doc/html/gsf/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gsf/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/gsf/misc.html +33 -0
- data/vendor/local/share/gtk-doc/html/gsf/parsers.html +59 -0
- data/vendor/local/share/gtk-doc/html/gsf/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gsf/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/gsf/sources.html +50 -0
- data/vendor/local/share/gtk-doc/html/gsf/style.css +461 -0
- data/vendor/local/share/gtk-doc/html/gsf/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/gsf/up.png +0 -0
- data/vendor/local/share/license/libgsf/AUTHORS +3 -0
- data/vendor/local/share/license/libgsf/COPYING +340 -0
- data/vendor/local/share/license/libgsf/COPYING.LIB +504 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/nn/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/libgsf.mo +0 -0
- data/vendor/local/share/man/man1/gsf-office-thumbnailer.1 +71 -0
- data/vendor/local/share/man/man1/gsf-vba-dump.1 +61 -0
- data/vendor/local/share/man/man1/gsf.1 +91 -0
- data/vendor/local/share/thumbnailers/gsf-office.thumbnailer +4 -0
- metadata +235 -0
@@ -0,0 +1,338 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
+
<title>GSF Reference Manual: Zip files</title>
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
|
+
<link rel="home" href="index.html" title="GSF Reference Manual">
|
8
|
+
<link rel="up" href="parsers.html" title="Stream Parsers">
|
9
|
+
<link rel="prev" href="gsf-XML-and-libxml.html" title="XML and libxml">
|
10
|
+
<link rel="next" href="gsf-Compression.html" title="Compression">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.20 (XML mode)">
|
12
|
+
<link rel="stylesheet" href="style.css" type="text/css">
|
13
|
+
</head>
|
14
|
+
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
|
16
|
+
<td width="100%" align="left" class="shortcuts">
|
17
|
+
<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span>
|
18
|
+
<a href="#gsf-Zip.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span>
|
19
|
+
<a href="#gsf-Zip.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_properties"> <span class="dim">|</span>
|
20
|
+
<a href="#gsf-Zip.properties" class="shortcut">Properties</a></span>
|
21
|
+
</td>
|
22
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
23
|
+
<td><a accesskey="u" href="parsers.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
24
|
+
<td><a accesskey="p" href="gsf-XML-and-libxml.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
25
|
+
<td><a accesskey="n" href="gsf-Compression.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
26
|
+
</tr></table>
|
27
|
+
<div class="refentry">
|
28
|
+
<a name="gsf-Zip"></a><div class="titlepage"></div>
|
29
|
+
<div class="refnamediv"><table width="100%"><tr>
|
30
|
+
<td valign="top">
|
31
|
+
<h2><span class="refentrytitle"><a name="gsf-Zip.top_of_page"></a>Zip files</span></h2>
|
32
|
+
<p>Zip files — Utilities for reading and writing ZIP/JAR files</p>
|
33
|
+
</td>
|
34
|
+
<td class="gallery_image" valign="top" align="right"></td>
|
35
|
+
</tr></table></div>
|
36
|
+
<div class="refsect1">
|
37
|
+
<a name="gsf-Zip.functions"></a><h2>Functions</h2>
|
38
|
+
<div class="informaltable"><table width="100%" border="0">
|
39
|
+
<colgroup>
|
40
|
+
<col width="150px" class="functions_return">
|
41
|
+
<col class="functions_name">
|
42
|
+
</colgroup>
|
43
|
+
<tbody>
|
44
|
+
<tr>
|
45
|
+
<td class="function_type">
|
46
|
+
<a class="link" href="gsf-Infile-reading-structed-files.html#GsfInfile"><span class="returnvalue">GsfInfile</span></a> *
|
47
|
+
</td>
|
48
|
+
<td class="function_name">
|
49
|
+
<a class="link" href="gsf-Zip.html#gsf-infile-zip-new" title="gsf_infile_zip_new ()">gsf_infile_zip_new</a> <span class="c_punctuation">()</span>
|
50
|
+
</td>
|
51
|
+
</tr>
|
52
|
+
<tr>
|
53
|
+
<td class="function_type">
|
54
|
+
<a class="link" href="gsf-Outfile-writing-structed-files.html#GsfOutfile"><span class="returnvalue">GsfOutfile</span></a> *
|
55
|
+
</td>
|
56
|
+
<td class="function_name">
|
57
|
+
<a class="link" href="gsf-Zip.html#gsf-outfile-zip-new" title="gsf_outfile_zip_new ()">gsf_outfile_zip_new</a> <span class="c_punctuation">()</span>
|
58
|
+
</td>
|
59
|
+
</tr>
|
60
|
+
<tr>
|
61
|
+
<td class="function_type">
|
62
|
+
<span class="returnvalue">gboolean</span>
|
63
|
+
</td>
|
64
|
+
<td class="function_name">
|
65
|
+
<a class="link" href="gsf-Zip.html#gsf-outfile-zip-set-compression-method" title="gsf_outfile_zip_set_compression_method ()">gsf_outfile_zip_set_compression_method</a> <span class="c_punctuation">()</span>
|
66
|
+
</td>
|
67
|
+
</tr>
|
68
|
+
</tbody>
|
69
|
+
</table></div>
|
70
|
+
</div>
|
71
|
+
<div class="refsect1">
|
72
|
+
<a name="gsf-Zip.properties"></a><h2>Properties</h2>
|
73
|
+
<div class="informaltable"><table border="0">
|
74
|
+
<colgroup>
|
75
|
+
<col width="150px" class="properties_type">
|
76
|
+
<col width="300px" class="properties_name">
|
77
|
+
<col width="200px" class="properties_flags">
|
78
|
+
</colgroup>
|
79
|
+
<tbody>
|
80
|
+
<tr>
|
81
|
+
<td class="property_type"><span class="type">gint</span></td>
|
82
|
+
<td class="property_name"><a class="link" href="gsf-Zip.html#GsfInfileZip--compression-level" title="The “compression-level” property">compression-level</a></td>
|
83
|
+
<td class="property_flags">Read</td>
|
84
|
+
</tr>
|
85
|
+
<tr>
|
86
|
+
<td class="property_type">
|
87
|
+
<a class="link" href="gsf-Zip.html#GsfInfileZip"><span class="type">GsfInfileZip</span></a> *</td>
|
88
|
+
<td class="property_name"><a class="link" href="gsf-Zip.html#GsfInfileZip--internal-parent" title="The “internal-parent” property">internal-parent</a></td>
|
89
|
+
<td class="property_flags">Write / Construct Only</td>
|
90
|
+
</tr>
|
91
|
+
<tr>
|
92
|
+
<td class="property_type">
|
93
|
+
<a class="link" href="gsf-Input-from-unstructured-files.html#GsfInput"><span class="type">GsfInput</span></a> *</td>
|
94
|
+
<td class="property_name"><a class="link" href="gsf-Zip.html#GsfInfileZip--source" title="The “source” property">source</a></td>
|
95
|
+
<td class="property_flags">Read / Write / Construct Only</td>
|
96
|
+
</tr>
|
97
|
+
<tr>
|
98
|
+
<td class="property_type"><span class="type">gint</span></td>
|
99
|
+
<td class="property_name"><a class="link" href="gsf-Zip.html#GsfOutfileZip--compression-level" title="The “compression-level” property">compression-level</a></td>
|
100
|
+
<td class="property_flags">Read / Write / Construct Only</td>
|
101
|
+
</tr>
|
102
|
+
<tr>
|
103
|
+
<td class="property_type"><span class="type">gint</span></td>
|
104
|
+
<td class="property_name"><a class="link" href="gsf-Zip.html#GsfOutfileZip--deflate-level" title="The “deflate-level” property">deflate-level</a></td>
|
105
|
+
<td class="property_flags">Read / Write / Construct Only</td>
|
106
|
+
</tr>
|
107
|
+
<tr>
|
108
|
+
<td class="property_type">
|
109
|
+
<span class="type">gchar</span> *</td>
|
110
|
+
<td class="property_name"><a class="link" href="gsf-Zip.html#GsfOutfileZip--entry-name" title="The “entry-name” property">entry-name</a></td>
|
111
|
+
<td class="property_flags">Read / Write / Construct Only</td>
|
112
|
+
</tr>
|
113
|
+
<tr>
|
114
|
+
<td class="property_type">
|
115
|
+
<a class="link" href="gsf-Output-to-unstructured-files.html#GsfOutput"><span class="type">GsfOutput</span></a> *</td>
|
116
|
+
<td class="property_name"><a class="link" href="gsf-Zip.html#GsfOutfileZip--sink" title="The “sink” property">sink</a></td>
|
117
|
+
<td class="property_flags">Read / Write / Construct Only</td>
|
118
|
+
</tr>
|
119
|
+
<tr>
|
120
|
+
<td class="property_type"><span class="type">gint</span></td>
|
121
|
+
<td class="property_name"><a class="link" href="gsf-Zip.html#GsfOutfileZip--zip64" title="The “zip64” property">zip64</a></td>
|
122
|
+
<td class="property_flags">Read / Write / Construct Only</td>
|
123
|
+
</tr>
|
124
|
+
</tbody>
|
125
|
+
</table></div>
|
126
|
+
</div>
|
127
|
+
<a name="GsfInfileZip"></a><a name="GsfOutfileZip"></a><div class="refsect1">
|
128
|
+
<a name="gsf-Zip.other"></a><h2>Types and Values</h2>
|
129
|
+
<div class="informaltable"><table width="100%" border="0">
|
130
|
+
<colgroup>
|
131
|
+
<col width="150px" class="name">
|
132
|
+
<col class="description">
|
133
|
+
</colgroup>
|
134
|
+
<tbody>
|
135
|
+
<tr>
|
136
|
+
<td class="datatype_keyword"> </td>
|
137
|
+
<td class="function_name"><a class="link" href="gsf-Zip.html#GsfInfileZip-struct" title="GsfInfileZip">GsfInfileZip</a></td>
|
138
|
+
</tr>
|
139
|
+
<tr>
|
140
|
+
<td class="datatype_keyword"> </td>
|
141
|
+
<td class="function_name"><a class="link" href="gsf-Zip.html#GsfOutfileZip-struct" title="GsfOutfileZip">GsfOutfileZip</a></td>
|
142
|
+
</tr>
|
143
|
+
</tbody>
|
144
|
+
</table></div>
|
145
|
+
</div>
|
146
|
+
<div class="refsect1">
|
147
|
+
<a name="gsf-Zip.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
148
|
+
<pre class="screen"> GObject
|
149
|
+
<span class="lineart">├──</span> <a class="link" href="gsf-Input-from-unstructured-files.html#GsfInput">GsfInput</a>
|
150
|
+
<span class="lineart">│</span> <span class="lineart">╰──</span> <a class="link" href="gsf-Infile-reading-structed-files.html#GsfInfile">GsfInfile</a>
|
151
|
+
<span class="lineart">│</span> <span class="lineart">╰──</span> GsfInfileZip
|
152
|
+
<span class="lineart">╰──</span> <a class="link" href="gsf-Output-to-unstructured-files.html#GsfOutput">GsfOutput</a>
|
153
|
+
<span class="lineart">╰──</span> <a class="link" href="gsf-Outfile-writing-structed-files.html#GsfOutfile">GsfOutfile</a>
|
154
|
+
<span class="lineart">╰──</span> GsfOutfileZip
|
155
|
+
</pre>
|
156
|
+
</div>
|
157
|
+
<div class="refsect1">
|
158
|
+
<a name="gsf-Zip.description"></a><h2>Description</h2>
|
159
|
+
<p><a class="link" href="gsf-Infile-reading-structed-files.html#GsfInfile"><span class="type">GsfInfile</span></a> and <a class="link" href="gsf-Outfile-writing-structed-files.html#GsfOutfile"><span class="type">GsfOutfile</span></a> support for zip files.</p>
|
160
|
+
</div>
|
161
|
+
<div class="refsect1">
|
162
|
+
<a name="gsf-Zip.functions_details"></a><h2>Functions</h2>
|
163
|
+
<div class="refsect2">
|
164
|
+
<a name="gsf-infile-zip-new"></a><h3>gsf_infile_zip_new ()</h3>
|
165
|
+
<pre class="programlisting"><a class="link" href="gsf-Infile-reading-structed-files.html#GsfInfile"><span class="returnvalue">GsfInfile</span></a> *
|
166
|
+
gsf_infile_zip_new (<em class="parameter"><code><a class="link" href="gsf-Input-from-unstructured-files.html#GsfInput"><span class="type">GsfInput</span></a> *source</code></em>,
|
167
|
+
<em class="parameter"><code><span class="type">GError</span> **err</code></em>);</pre>
|
168
|
+
<p>Opens the root directory of a Zip file.</p>
|
169
|
+
<div class="note">This adds a reference to <em class="parameter"><code>source</code></em>.</div>
|
170
|
+
<div class="refsect3">
|
171
|
+
<a name="id-1.6.5.4.10.2.6"></a><h4>Parameters</h4>
|
172
|
+
<div class="informaltable"><table width="100%" border="0">
|
173
|
+
<colgroup>
|
174
|
+
<col width="150px" class="parameters_name">
|
175
|
+
<col class="parameters_description">
|
176
|
+
<col width="200px" class="parameters_annotations">
|
177
|
+
</colgroup>
|
178
|
+
<tbody>
|
179
|
+
<tr>
|
180
|
+
<td class="parameter_name"><p>source</p></td>
|
181
|
+
<td class="parameter_description"><p>A base <a class="link" href="gsf-Input-from-unstructured-files.html#GsfInput"><span class="type">GsfInput</span></a></p></td>
|
182
|
+
<td class="parameter_annotations"> </td>
|
183
|
+
</tr>
|
184
|
+
<tr>
|
185
|
+
<td class="parameter_name"><p>err</p></td>
|
186
|
+
<td class="parameter_description"><p> place to store a <span class="type">GError</span> if anything goes wrong. </p></td>
|
187
|
+
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
188
|
+
</tr>
|
189
|
+
</tbody>
|
190
|
+
</table></div>
|
191
|
+
</div>
|
192
|
+
<div class="refsect3">
|
193
|
+
<a name="id-1.6.5.4.10.2.7"></a><h4>Returns</h4>
|
194
|
+
<p> the new zip file handler</p>
|
195
|
+
<p></p>
|
196
|
+
</div>
|
197
|
+
</div>
|
198
|
+
<hr>
|
199
|
+
<div class="refsect2">
|
200
|
+
<a name="gsf-outfile-zip-new"></a><h3>gsf_outfile_zip_new ()</h3>
|
201
|
+
<pre class="programlisting"><a class="link" href="gsf-Outfile-writing-structed-files.html#GsfOutfile"><span class="returnvalue">GsfOutfile</span></a> *
|
202
|
+
gsf_outfile_zip_new (<em class="parameter"><code><a class="link" href="gsf-Output-to-unstructured-files.html#GsfOutput"><span class="type">GsfOutput</span></a> *sink</code></em>,
|
203
|
+
<em class="parameter"><code><span class="type">GError</span> **err</code></em>);</pre>
|
204
|
+
<p>Creates the root directory of a Zip file and manages the addition of
|
205
|
+
children.</p>
|
206
|
+
<div class="note">This adds a reference to <em class="parameter"><code>sink</code></em>.</div>
|
207
|
+
<div class="refsect3">
|
208
|
+
<a name="id-1.6.5.4.10.3.6"></a><h4>Parameters</h4>
|
209
|
+
<div class="informaltable"><table width="100%" border="0">
|
210
|
+
<colgroup>
|
211
|
+
<col width="150px" class="parameters_name">
|
212
|
+
<col class="parameters_description">
|
213
|
+
<col width="200px" class="parameters_annotations">
|
214
|
+
</colgroup>
|
215
|
+
<tbody>
|
216
|
+
<tr>
|
217
|
+
<td class="parameter_name"><p>sink</p></td>
|
218
|
+
<td class="parameter_description"><p>a <a class="link" href="gsf-Output-to-unstructured-files.html#GsfOutput"><span class="type">GsfOutput</span></a> to hold the ZIP file</p></td>
|
219
|
+
<td class="parameter_annotations"> </td>
|
220
|
+
</tr>
|
221
|
+
<tr>
|
222
|
+
<td class="parameter_name"><p>err</p></td>
|
223
|
+
<td class="parameter_description"><p>Location to store error, or <code class="literal">NULL</code>; currently unused.</p></td>
|
224
|
+
<td class="parameter_annotations"> </td>
|
225
|
+
</tr>
|
226
|
+
</tbody>
|
227
|
+
</table></div>
|
228
|
+
</div>
|
229
|
+
<div class="refsect3">
|
230
|
+
<a name="id-1.6.5.4.10.3.7"></a><h4>Returns</h4>
|
231
|
+
<p> the new zip file handler</p>
|
232
|
+
<p></p>
|
233
|
+
</div>
|
234
|
+
</div>
|
235
|
+
<hr>
|
236
|
+
<div class="refsect2">
|
237
|
+
<a name="gsf-outfile-zip-set-compression-method"></a><h3>gsf_outfile_zip_set_compression_method ()</h3>
|
238
|
+
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
239
|
+
gsf_outfile_zip_set_compression_method
|
240
|
+
(<em class="parameter"><code><a class="link" href="gsf-Zip.html#GsfOutfileZip"><span class="type">GsfOutfileZip</span></a> *zip</code></em>,
|
241
|
+
<em class="parameter"><code><span class="type">GsfZipCompressionMethod</span> method</code></em>);</pre>
|
242
|
+
<p>
|
243
|
+
</p>
|
244
|
+
<div class="refsect3">
|
245
|
+
<a name="id-1.6.5.4.10.4.5"></a><h4>Returns</h4>
|
246
|
+
<p></p>
|
247
|
+
</div>
|
248
|
+
</div>
|
249
|
+
</div>
|
250
|
+
<div class="refsect1">
|
251
|
+
<a name="gsf-Zip.other_details"></a><h2>Types and Values</h2>
|
252
|
+
<div class="refsect2">
|
253
|
+
<a name="GsfInfileZip-struct"></a><h3>GsfInfileZip</h3>
|
254
|
+
<pre class="programlisting">typedef struct _GsfInfileZip GsfInfileZip;</pre>
|
255
|
+
<p>
|
256
|
+
</p>
|
257
|
+
</div>
|
258
|
+
<hr>
|
259
|
+
<div class="refsect2">
|
260
|
+
<a name="GsfOutfileZip-struct"></a><h3>GsfOutfileZip</h3>
|
261
|
+
<pre class="programlisting">typedef struct _GsfOutfileZip GsfOutfileZip;</pre>
|
262
|
+
<p>
|
263
|
+
</p>
|
264
|
+
</div>
|
265
|
+
</div>
|
266
|
+
<div class="refsect1">
|
267
|
+
<a name="gsf-Zip.property-details"></a><h2>Property Details</h2>
|
268
|
+
<div class="refsect2">
|
269
|
+
<a name="GsfInfileZip--compression-level"></a><h3>The <code class="literal">“compression-level”</code> property</h3>
|
270
|
+
<pre class="programlisting"> “compression-level” <span class="type">gint</span></pre>
|
271
|
+
<p>Controls the level of compression used for new members.</p>
|
272
|
+
<p>Flags: Read</p>
|
273
|
+
<p>Allowed values: [0,10]</p>
|
274
|
+
<p>Default value: 0</p>
|
275
|
+
</div>
|
276
|
+
<hr>
|
277
|
+
<div class="refsect2">
|
278
|
+
<a name="GsfInfileZip--internal-parent"></a><h3>The <code class="literal">“internal-parent”</code> property</h3>
|
279
|
+
<pre class="programlisting"> “internal-parent” <a class="link" href="gsf-Zip.html#GsfInfileZip"><span class="type">GsfInfileZip</span></a> *</pre>
|
280
|
+
<p>Internal use only.</p>
|
281
|
+
<p>Flags: Write / Construct Only</p>
|
282
|
+
</div>
|
283
|
+
<hr>
|
284
|
+
<div class="refsect2">
|
285
|
+
<a name="GsfInfileZip--source"></a><h3>The <code class="literal">“source”</code> property</h3>
|
286
|
+
<pre class="programlisting"> “source” <a class="link" href="gsf-Input-from-unstructured-files.html#GsfInput"><span class="type">GsfInput</span></a> *</pre>
|
287
|
+
<p>The archive being interpreted.</p>
|
288
|
+
<p>Flags: Read / Write / Construct Only</p>
|
289
|
+
</div>
|
290
|
+
<hr>
|
291
|
+
<div class="refsect2">
|
292
|
+
<a name="GsfOutfileZip--compression-level"></a><h3>The <code class="literal">“compression-level”</code> property</h3>
|
293
|
+
<pre class="programlisting"> “compression-level” <span class="type">gint</span></pre>
|
294
|
+
<p>The level of compression used, zero meaning none.</p>
|
295
|
+
<p>Flags: Read / Write / Construct Only</p>
|
296
|
+
<p>Allowed values: [0,10]</p>
|
297
|
+
<p>Default value: 8</p>
|
298
|
+
</div>
|
299
|
+
<hr>
|
300
|
+
<div class="refsect2">
|
301
|
+
<a name="GsfOutfileZip--deflate-level"></a><h3>The <code class="literal">“deflate-level”</code> property</h3>
|
302
|
+
<pre class="programlisting"> “deflate-level” <span class="type">gint</span></pre>
|
303
|
+
<p>The level of deflate compression used, zero meaning none and -1 meaning the zlib default.</p>
|
304
|
+
<p>Flags: Read / Write / Construct Only</p>
|
305
|
+
<p>Allowed values: [-1,9]</p>
|
306
|
+
<p>Default value: -1</p>
|
307
|
+
</div>
|
308
|
+
<hr>
|
309
|
+
<div class="refsect2">
|
310
|
+
<a name="GsfOutfileZip--entry-name"></a><h3>The <code class="literal">“entry-name”</code> property</h3>
|
311
|
+
<pre class="programlisting"> “entry-name” <span class="type">gchar</span> *</pre>
|
312
|
+
<p>The filename of this member in the archive without path.</p>
|
313
|
+
<p>Flags: Read / Write / Construct Only</p>
|
314
|
+
<p>Default value: NULL</p>
|
315
|
+
</div>
|
316
|
+
<hr>
|
317
|
+
<div class="refsect2">
|
318
|
+
<a name="GsfOutfileZip--sink"></a><h3>The <code class="literal">“sink”</code> property</h3>
|
319
|
+
<pre class="programlisting"> “sink” <a class="link" href="gsf-Output-to-unstructured-files.html#GsfOutput"><span class="type">GsfOutput</span></a> *</pre>
|
320
|
+
<p>Where the archive is written.</p>
|
321
|
+
<p>Flags: Read / Write / Construct Only</p>
|
322
|
+
</div>
|
323
|
+
<hr>
|
324
|
+
<div class="refsect2">
|
325
|
+
<a name="GsfOutfileZip--zip64"></a><h3>The <code class="literal">“zip64”</code> property</h3>
|
326
|
+
<pre class="programlisting"> “zip64” <span class="type">gint</span></pre>
|
327
|
+
<p>Whether to use zip64 format, -1 meaning automatic.</p>
|
328
|
+
<p>Flags: Read / Write / Construct Only</p>
|
329
|
+
<p>Allowed values: [-1,1]</p>
|
330
|
+
<p>Default value: -1</p>
|
331
|
+
</div>
|
332
|
+
</div>
|
333
|
+
</div>
|
334
|
+
<div class="footer">
|
335
|
+
<hr>
|
336
|
+
Generated by GTK-Doc V1.20</div>
|
337
|
+
</body>
|
338
|
+
</html>
|
@@ -0,0 +1,56 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
+
<title>GSF Reference Manual: GsfBlob</title>
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
|
+
<link rel="home" href="index.html" title="GSF Reference Manual">
|
8
|
+
<link rel="up" href="parsers.html" title="Stream Parsers">
|
9
|
+
<link rel="prev" href="gsf-OASIS-Open-Document.html" title="OASIS Open Document">
|
10
|
+
<link rel="next" href="gsf-clip-data.html" title="GsfClipData">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.20 (XML mode)">
|
12
|
+
<link rel="stylesheet" href="style.css" type="text/css">
|
13
|
+
</head>
|
14
|
+
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
|
16
|
+
<td width="100%" align="left" class="shortcuts">
|
17
|
+
<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span>
|
18
|
+
<a href="#gsf-blobs.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span>
|
19
|
+
<a href="#gsf-blobs.object-hierarchy" class="shortcut">Object Hierarchy</a></span>
|
20
|
+
</td>
|
21
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
22
|
+
<td><a accesskey="u" href="parsers.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
23
|
+
<td><a accesskey="p" href="gsf-OASIS-Open-Document.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
24
|
+
<td><a accesskey="n" href="gsf-clip-data.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
25
|
+
</tr></table>
|
26
|
+
<div class="refentry">
|
27
|
+
<a name="gsf-blobs"></a><div class="titlepage"></div>
|
28
|
+
<div class="refnamediv"><table width="100%"><tr>
|
29
|
+
<td valign="top">
|
30
|
+
<h2><span class="refentrytitle"><a name="gsf-blobs.top_of_page"></a>GsfBlob</span></h2>
|
31
|
+
<p>GsfBlob</p>
|
32
|
+
</td>
|
33
|
+
<td class="gallery_image" valign="top" align="right"></td>
|
34
|
+
</tr></table></div>
|
35
|
+
<a name="GsfBlob"></a><a name="GsfStructuredBlob"></a><div class="refsect1">
|
36
|
+
<a name="gsf-blobs.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
37
|
+
<pre class="screen">
|
38
|
+
</pre>
|
39
|
+
</div>
|
40
|
+
<div class="refsect1">
|
41
|
+
<a name="gsf-blobs.description"></a><h2>Description</h2>
|
42
|
+
<p>
|
43
|
+
</p>
|
44
|
+
</div>
|
45
|
+
<div class="refsect1">
|
46
|
+
<a name="gsf-blobs.functions_details"></a><h2>Functions</h2>
|
47
|
+
</div>
|
48
|
+
<div class="refsect1">
|
49
|
+
<a name="gsf-blobs.other_details"></a><h2>Types and Values</h2>
|
50
|
+
</div>
|
51
|
+
</div>
|
52
|
+
<div class="footer">
|
53
|
+
<hr>
|
54
|
+
Generated by GTK-Doc V1.20</div>
|
55
|
+
</body>
|
56
|
+
</html>
|