📄 classpmimeinfo.html
字号:
</table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Output the contents of the MIME dictionary to the stream. This is primarily used by the standard #operator<<## function. </td> </tr></table><a name="a10" doxytag="PMIMEInfo::Read"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td class="md"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> BOOL PMIMEInfo::Read </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top"><a class="el" href="classPInternetProtocol.html">PInternetProtocol</a> & </td> <td class="mdname1" valign="top" nowrap> <em>socket</em> </td> <td class="md" valign="top">) </td> <td class="md" nowrap></td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Read MIME information from the socket.<p><dl compact><dt><b>Returns: </b></dt><dd> TRUE if the MIME information was successfully read. </dl> </td> </tr></table><a name="a3" doxytag="PMIMEInfo::ReadFrom"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td class="md"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> virtual void PMIMEInfo::ReadFrom </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">istream & </td> <td class="mdname1" valign="top" nowrap> <em>strm</em> </td> <td class="md" valign="top">) </td> <td class="md" nowrap><code> [virtual]</code></td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Input the contents of the MIME dictionary from the stream. This is primarily used by the standard #operator>>## function. <p>Reimplemented from <a class="el" href="classPStringToString.html#z283_0">PStringToString</a>. </td> </tr></table><a name="d1" doxytag="PMIMEInfo::SetAssociation"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td class="md"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> void PMIMEInfo::SetAssociation </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">const <a class="el" href="classPString.html">PString</a> & </td> <td class="mdname" nowrap> <em>fileType</em>, </td> </tr> <tr> <td></td> <td></td> <td class="md" nowrap>const <a class="el" href="classPString.html">PString</a> & </td> <td class="mdname" nowrap> <em>contentType</em></td> </tr> <tr> <td></td> <td class="md">) </td> <td class="md" colspan="2"><code> [inline, static]</code></td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p> </td> </tr></table><a name="d0" doxytag="PMIMEInfo::SetAssociation"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td class="md"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> void PMIMEInfo::SetAssociation </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">const <a class="el" href="classPStringToString.html">PStringToString</a> & </td> <td class="mdname" nowrap> <em>allTypes</em>, </td> </tr> <tr> <td></td> <td></td> <td class="md" nowrap>BOOL </td> <td class="mdname" nowrap> <em>merge</em> = TRUE</td> </tr> <tr> <td></td> <td class="md">) </td> <td class="md" colspan="2"><code> [static]</code></td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Set an association between a file type and a MIME content type. The content type is then sent for any file in the directory sub-tree that has the same extension.<p>Note that if the merge# parameter if TRUE then the dictionary is merged into the current association list and is not a simple replacement.<p>The default values placed in this dictionary are: \begin{verbatim}<p>".txt", "text/plain" ".text", "text/plain" ".html", "text/html" ".htm", "text/html" ".aif", "audio/aiff" ".aiff", "audio/aiff" ".au", "audio/basic" ".snd", "audio/basic" ".wav", "audio/wav" ".gif", "image/gif" ".xbm", "image/x-bitmap" ".tif", "image/tiff" ".tiff", "image/tiff" ".jpg", "image/jpeg" ".jpe", "image/jpeg" ".jpeg", "image/jpeg" ".avi", "video/avi" ".mpg", "video/mpeg" ".mpeg", "video/mpeg" ".qt", "video/quicktime" ".mov", "video/quicktime" \end{verbatim}<p>The default content type will be "application/octet-stream". </td> </tr></table><a name="a6" doxytag="PMIMEInfo::SetAt"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td class="md"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> BOOL PMIMEInfo::SetAt </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">const <a class="el" href="classPCaselessString.html">PCaselessString</a> & </td> <td class="mdname" nowrap> <em>key</em>, </td> </tr> <tr> <td></td> <td></td> <td class="md" nowrap>const <a class="el" href="classPString.html">PString</a> </td> <td class="mdname" nowrap> <em>value</em></td> </tr> <tr> <td></td> <td class="md">) </td> <td class="md" colspan="2"><code> [inline]</code></td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Add a new value to the MIME info. If the value is already in the dictionary then this overrides the previous value.<p><dl compact><dt><b>Returns: </b></dt><dd> TRUE if the object was successfully added. </dl> </td> </tr></table><a name="a5" doxytag="PMIMEInfo::SetAt"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td class="md"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> BOOL PMIMEInfo::SetAt </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">const <a class="el" href="classPString.html">PString</a> & </td> <td class="mdname" nowrap> <em>key</em>, </td> </tr> <tr> <td></td> <td></td> <td class="md" nowrap>const <a class="el" href="classPString.html">PString</a> </td> <td class="mdname" nowrap> <em>value</em></td> </tr> <tr> <td></td> <td class="md">) </td> <td class="md" colspan="2"><code> [inline]</code></td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Add a new value to the MIME info. If the value is already in the dictionary then this overrides the previous value.<p><dl compact><dt><b>Returns: </b></dt><dd> TRUE if the object was successfully added. </dl> </td> </tr></table><a name="a4" doxytag="PMIMEInfo::SetAt"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td class="md"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> BOOL PMIMEInfo::SetAt </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">const char * </td> <td class="mdname" nowrap> <em>key</em>, </td> </tr> <tr> <td></td> <td></td> <td class="md" nowrap>const <a class="el" href="classPString.html">PString</a> </td> <td class="mdname" nowrap> <em>value</em></td> </tr> <tr> <td></td> <td class="md">) </td> <td class="md" colspan="2"><code> [inline]</code></td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Add a new value to the MIME info. If the value is already in the dictionary then this overrides the previous value.<p><dl compact><dt><b>Returns: </b></dt><dd> TRUE if the object was successfully added. </dl> </td> </tr></table><a name="a15" doxytag="PMIMEInfo::SetInteger"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td class="md"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> void PMIMEInfo::SetInteger </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top">const <a class="el" href="classPCaselessString.html">PCaselessString</a> & </td> <td class="mdname" nowrap> <em>key</em>, </td> </tr> <tr> <td></td> <td></td> <td class="md" nowrap>long </td> <td class="mdname" nowrap> <em>value</em></td> </tr> <tr> <td></td> <td class="md">) </td> <td class="md" colspan="2"></td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Set an integer value for the particular MIME info field. </td> </tr></table><a name="a11" doxytag="PMIMEInfo::Write"></a><p><table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td class="md"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td class="md" nowrap valign="top"> BOOL PMIMEInfo::Write </td> <td class="md" valign="top">( </td> <td class="md" nowrap valign="top"><a class="el" href="classPInternetProtocol.html">PInternetProtocol</a> & </td> <td class="mdname1" valign="top" nowrap> <em>socket</em> </td> <td class="md" valign="top">) </td> <td class="md" nowrap> const</td> </tr> </table> </td> </tr></table><table cellspacing=5 cellpadding=0 border=0> <tr> <td> </td> <td><p>Write MIME information to the socket.<p><dl compact><dt><b>Returns: </b></dt><dd> TRUE if the MIME information was successfully read. </dl> </td> </tr></table><hr>The documentation for this class was generated from the following file:<ul><li><a class="el" href="mime_8h-source.html">mime.h</a></ul><hr><address style="align: right;"><small>Generated on Wed Sep 29 22:44:18 2004 for PWLib by<a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border=0 width=110 height=53></a>1.2.18 </small></address></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -