1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Class Poco::Zip::ZipDataInfo</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<meta name="author" content="Applied Informatics Software Engineering GmbH and Contributors"/>
<meta name="publisher" content="Applied Informatics Software Engineering GmbH and Contributors"/>
<meta name="copyright" content="Copyright (c) 2009, Applied Informatics Software Engineering GmbH and Contributors"/>
<meta name="language" content="en"/>
<meta name="date" content="2009-11-24"/>
<meta name="generator" content="PocoDoc"/>
<link rel="stylesheet" href="css/styles.css" type="text/css"/>
</head>
<body bgcolor="#ffffff" leftmargin="0" topmargin="0">
<div class="header">
<h1 class="namespace"><a href="Poco.Zip.html" class="namespace">Poco::Zip</a></h1>
<h1 class="symbol">class ZipDataInfo</h1>
</div>
<div class="body">
<p>
<b>Library:</b> Zip<br />
<b>Package:</b> Zip<br />
<b>Header:</b> Poco/Zip/ZipDataInfo.h</p>
<h2>Description</h2>
<div class="description">
<p>A <a href="Poco.Zip.ZipDataInfo.html" title="class Poco::Zip::ZipDataInfo">ZipDataInfo</a> stores a <a href="Poco.Zip.html" title="namespace Poco::Zip">Zip</a> data descriptor </p>
</div>
<h2>Member Summary</h2>
<p><b>Member Functions: </b><a href="Poco.Zip.ZipDataInfo.html#20421" title="Poco::Zip::ZipDataInfo::getCRC32()">getCRC32</a>, <a href="Poco.Zip.ZipDataInfo.html#20424" title="Poco::Zip::ZipDataInfo::getCompressedSize()">getCompressedSize</a>, <a href="Poco.Zip.ZipDataInfo.html#20430" title="Poco::Zip::ZipDataInfo::getFullHeaderSize()">getFullHeaderSize</a>, <a href="Poco.Zip.ZipDataInfo.html#20431" title="Poco::Zip::ZipDataInfo::getRawHeader()">getRawHeader</a>, <a href="Poco.Zip.ZipDataInfo.html#20427" title="Poco::Zip::ZipDataInfo::getUncompressedSize()">getUncompressedSize</a>, <a href="Poco.Zip.ZipDataInfo.html#20420" title="Poco::Zip::ZipDataInfo::isValid()">isValid</a>, <a href="Poco.Zip.ZipDataInfo.html#20422" title="Poco::Zip::ZipDataInfo::setCRC32()">setCRC32</a>, <a href="Poco.Zip.ZipDataInfo.html#20425" title="Poco::Zip::ZipDataInfo::setCompressedSize()">setCompressedSize</a>, <a href="Poco.Zip.ZipDataInfo.html#20428" title="Poco::Zip::ZipDataInfo::setUncompressedSize()">setUncompressedSize</a></p>
<h2>Constructors</h2>
<h3><a name="20415">ZipDataInfo</a></h3>
<p class="decl"><a href="Poco.Zip.ZipDataInfo.html" title="class Poco::Zip::ZipDataInfo">ZipDataInfo</a>();</p>
<div class="description">
<p>Creates a header with all fields (except the header field) set to 0 </p>
</div>
<h3><a name="20416">ZipDataInfo</a></h3>
<p class="decl"><a href="Poco.Zip.ZipDataInfo.html" title="class Poco::Zip::ZipDataInfo">ZipDataInfo</a>(<br /> std::istream & in,<br /> bool assumeHeaderRead<br />);</p>
<div class="description">
<p>Creates the <a href="Poco.Zip.ZipDataInfo.html" title="class Poco::Zip::ZipDataInfo">ZipDataInfo</a>. </p>
</div>
<h2>Destructor</h2>
<h3><a name="20419">~ZipDataInfo</a></h3>
<p class="decl">~<a href="Poco.Zip.ZipDataInfo.html" title="class Poco::Zip::ZipDataInfo">ZipDataInfo</a>();</p>
<div class="description">
<p>Destroys the <a href="Poco.Zip.ZipDataInfo.html" title="class Poco::Zip::ZipDataInfo">ZipDataInfo</a>. </p>
</div>
<h2>Member Functions</h2>
<h3><a name="20421">getCRC32</a> <img src="images/inline.gif" alt="inline" title="inline" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl"><a href="Poco.html#11354" title="Poco::UInt32">Poco::UInt32</a> getCRC32() const;</p>
<div class="description">
<p></p>
</div>
<h3><a name="20424">getCompressedSize</a> <img src="images/inline.gif" alt="inline" title="inline" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl"><a href="Poco.html#11354" title="Poco::UInt32">Poco::UInt32</a> getCompressedSize() const;</p>
<div class="description">
<p></p>
</div>
<h3><a name="20430">getFullHeaderSize</a> <img src="images/static.gif" alt="static" title="static" style="vertical-align:baseline;" border="0" /> <img src="images/inline.gif" alt="inline" title="inline" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">static <a href="Poco.html#11354" title="Poco::UInt32">Poco::UInt32</a> getFullHeaderSize();</p>
<div class="description">
<p></p>
</div>
<h3><a name="20431">getRawHeader</a> <img src="images/inline.gif" alt="inline" title="inline" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">const char * getRawHeader() const;</p>
<div class="description">
<p></p>
</div>
<h3><a name="20427">getUncompressedSize</a> <img src="images/inline.gif" alt="inline" title="inline" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl"><a href="Poco.html#11354" title="Poco::UInt32">Poco::UInt32</a> getUncompressedSize() const;</p>
<div class="description">
<p></p>
</div>
<h3><a name="20420">isValid</a> <img src="images/inline.gif" alt="inline" title="inline" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">bool isValid() const;</p>
<div class="description">
<p></p>
</div>
<h3><a name="20422">setCRC32</a> <img src="images/inline.gif" alt="inline" title="inline" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">void setCRC32(<br /> <a href="Poco.html#11354" title="Poco::UInt32">Poco::UInt32</a> crc<br />);</p>
<div class="description">
<p></p>
</div>
<h3><a name="20425">setCompressedSize</a> <img src="images/inline.gif" alt="inline" title="inline" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">void setCompressedSize(<br /> <a href="Poco.html#11354" title="Poco::UInt32">Poco::UInt32</a> size<br />);</p>
<div class="description">
<p></p>
</div>
<h3><a name="20428">setUncompressedSize</a> <img src="images/inline.gif" alt="inline" title="inline" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">void setUncompressedSize(<br /> <a href="Poco.html#11354" title="Poco::UInt32">Poco::UInt32</a> size<br />);</p>
<div class="description">
<p></p>
</div>
<h2>Variables</h2>
<h3><a name="20414">HEADER</a> <img src="images/static.gif" alt="static" title="static" style="vertical-align:baseline;" border="0" /> </h3>
<p class="decl">static const char <a href="Poco.Zip.ZipDataInfo.html#20414" title="Poco::Zip::ZipDataInfo::HEADER">HEADER</a>[<a href="Poco.Zip.ZipCommon.html#20370" title="Poco::Zip::ZipCommon::HEADER_SIZE">ZipCommon::HEADER_SIZE</a>];</p>
<div class="description">
<p></p>
</div>
<p class="footer">POCO C++ Libraries 1.3.6-all<br />
Copyright © 2009, <a href="http://pocoproject.org/" target="_blank">Applied Informatics Software Engineering GmbH and Contributors</a></p>
</div>
</body>
</html>
|