欢迎来到虫虫下载站 | 资源下载 资源专辑 关于我们
虫虫下载站

module-xdrlib.html

一本很好的python的说明书,适合对python感兴趣的人
HTML
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>12.9 xdrlib -- Encode and decode XDR data</title>
<META NAME="description" CONTENT="12.9 xdrlib -- Encode and decode XDR data">
<META NAME="keywords" CONTENT="lib">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="STYLESHEET" href="lib.css" tppabs="http://www.python.org/doc/current/lib/lib.css">
<LINK REL="next" href="module-mailcap.html" tppabs="http://www.python.org/doc/current/lib/module-mailcap.html">
<LINK REL="previous" href="module-binascii.html" tppabs="http://www.python.org/doc/current/lib/module-binascii.html">
<LINK REL="up" href="netdata.html" tppabs="http://www.python.org/doc/current/lib/netdata.html">
<LINK REL="next" href="xdr-packer-objects.html" tppabs="http://www.python.org/doc/current/lib/xdr-packer-objects.html">
</head>
<body>
<DIV CLASS="navigation"><table align="center" width="100%" cellpadding="0" cellspacing="2">
<tr>
<td><A href="module-binascii.html" tppabs="http://www.python.org/doc/current/lib/module-binascii.html"><img src="previous.gif" tppabs="http://www.python.org/doc/current/icons/previous.gif" border="0" height="32"
  alt="Previous Page" width="32"></A></td>
<td><A href="netdata.html" tppabs="http://www.python.org/doc/current/lib/netdata.html"><img src="up.gif" tppabs="http://www.python.org/doc/current/icons/up.gif" border="0" height="32"
  alt="Up One Level" width="32"></A></td>
<td><A href="xdr-packer-objects.html" tppabs="http://www.python.org/doc/current/lib/xdr-packer-objects.html"><img src="next.gif" tppabs="http://www.python.org/doc/current/icons/next.gif" border="0" height="32"
  alt="Next Page" width="32"></A></td>
<td align="center" width="100%">Python Library Reference</td>
<td><A href="contents.html" tppabs="http://www.python.org/doc/current/lib/contents.html"><img src="contents.gif" tppabs="http://www.python.org/doc/current/icons/contents.gif" border="0" height="32"
  alt="Contents" width="32"></A></td>
<td><a href="modindex.html" tppabs="http://www.python.org/doc/current/lib/modindex.html" title="Module Index"><img src="modules.gif" tppabs="http://www.python.org/doc/current/icons/modules.gif" border="0" height="32"
  alt="Module Index" width="32"></a></td>
<td><A href="genindex.html" tppabs="http://www.python.org/doc/current/lib/genindex.html"><img src="index.gif" tppabs="http://www.python.org/doc/current/icons/index.gif" border="0" height="32"
  alt="Index" width="32"></A></td>
</tr></table>
<b class="navlabel">Previous:</b> <a class="sectref" href="module-binascii.html" tppabs="http://www.python.org/doc/current/lib/module-binascii.html">12.8 binascii  </A>
<b class="navlabel">Up:</b> <a class="sectref" href="netdata.html" tppabs="http://www.python.org/doc/current/lib/netdata.html">12. Internet Data Handling</A>
<b class="navlabel">Next:</b> <a class="sectref" href="xdr-packer-objects.html" tppabs="http://www.python.org/doc/current/lib/xdr-packer-objects.html">12.9.1 Packer Objects</A>
<br><hr></DIV>
<!--End of Navigation Panel-->

<H1><A NAME="SECTION0014900000000000000000">
12.9 <tt class="module">xdrlib</tt> --
         Encode and decode XDR data</A>
</H1>

<P>


<P>


<P>
The <tt class="module">xdrlib</tt> module supports the External Data Representation
Standard as described in <a class="rfc" name="rfcref-47518"
href="javascript:if(confirm('http://www.ietf.org/rfc/rfc1014.txt  \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address.  \n\nDo you want to open it from the server?'))window.location='http://www.ietf.org/rfc/rfc1014.txt'" tppabs="http://www.ietf.org/rfc/rfc1014.txt">RFC 1014 <img src="offsite.gif" tppabs="http://www.python.org/doc/current/icons/offsite.gif"
  border='0' class='offsitelink' height='15' width='17' alt='[off-site link]'
  ></a>, written by Sun Microsystems,
Inc. June 1987.  It supports most of the data types described in the
RFC.

<P>
The <tt class="module">xdrlib</tt> module defines two classes, one for packing
variables into XDR representation, and another for unpacking from XDR
representation.  There are also two exception classes.

<P>
<dl><dt><b><a name='l2h-2436'><tt class='class'>Packer</tt></a></b> ()
<dd>
<tt class="class">Packer</tt> is the class for packing data into XDR representation.
The <tt class="class">Packer</tt> class is instantiated with no arguments.
</dl>

<P>
<dl><dt><b><a name='l2h-2437'><tt class='class'>Unpacker</tt></a></b> (<var>data</var>)
<dd>
<code>Unpacker</code> is the complementary class which unpacks XDR data
values from a string buffer.  The input buffer is given as
<var>data</var>.
</dl>

<P>
<div class='seealso'>
  <p class='heading'><b>See Also:</b></p>

  <dl compact class="seerfc">
    <dt><a href="javascript:if(confirm('http://www.ietf.org/rfc/rfc1014.txt  \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address.  \n\nDo you want to open it from the server?'))window.location='http://www.ietf.org/rfc/rfc1014.txt'" tppabs="http://www.ietf.org/rfc/rfc1014.txt"
        title="XDR: External Data Representation Standard"
        >RFC 1014, <em>XDR: External Data Representation Standard</em> <img src="offsite.gif" tppabs="http://www.python.org/doc/current/icons/offsite.gif"
  border='0' class='offsitelink' height='15' width='17' alt='[off-site link]'
  ></a>
    <dd>This RFC
                defined the encoding of data which was XDR at the time
                this module was originally written.  It has
                appearantly been obsoleted by <a class="rfc" name="rfcref-47514"
href="javascript:if(confirm('http://www.ietf.org/rfc/rfc1832.txt  \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address.  \n\nDo you want to open it from the server?'))window.location='http://www.ietf.org/rfc/rfc1832.txt'" tppabs="http://www.ietf.org/rfc/rfc1832.txt">RFC 1832 <img src="offsite.gif" tppabs="http://www.python.org/doc/current/icons/offsite.gif"
  border='0' class='offsitelink' height='15' width='17' alt='[off-site link]'
  ></a>.
  </dl>

<P>
<dl compact class="seerfc">
    <dt><a href="javascript:if(confirm('http://www.ietf.org/rfc/rfc1832.txt  \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address.  \n\nDo you want to open it from the server?'))window.location='http://www.ietf.org/rfc/rfc1832.txt'" tppabs="http://www.ietf.org/rfc/rfc1832.txt"
        title="XDR: External Data Representation Standard"
        >RFC 1832, <em>XDR: External Data Representation Standard</em> <img src="offsite.gif" tppabs="http://www.python.org/doc/current/icons/offsite.gif"
  border='0' class='offsitelink' height='15' width='17' alt='[off-site link]'
  ></a>
    <dd>Newer RFC
                that provides a revised definition of XDR.
  </dl>
</div>

<P>

<p><hr>
<!--Table of Child-Links-->
<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>

<UL>
<LI><A NAME="tex2html4551"
  href="xdr-packer-objects.html" tppabs="http://www.python.org/doc/current/lib/xdr-packer-objects.html">12.9.1 Packer Objects </A>
<LI><A NAME="tex2html4552"
  href="xdr-unpacker-objects.html" tppabs="http://www.python.org/doc/current/lib/xdr-unpacker-objects.html">12.9.2 Unpacker Objects </A>
<LI><A NAME="tex2html4553"
  href="xdr-exceptions.html" tppabs="http://www.python.org/doc/current/lib/xdr-exceptions.html">12.9.3 Exceptions </A>
</UL>
<!--End of Table of Child-Links-->

<DIV CLASS="navigation"><p><hr><table align="center" width="100%" cellpadding="0" cellspacing="2">
<tr>
<td><A href="module-binascii.html" tppabs="http://www.python.org/doc/current/lib/module-binascii.html"><img src="previous.gif" tppabs="http://www.python.org/doc/current/icons/previous.gif" border="0" height="32"
  alt="Previous Page" width="32"></A></td>
<td><A href="netdata.html" tppabs="http://www.python.org/doc/current/lib/netdata.html"><img src="up.gif" tppabs="http://www.python.org/doc/current/icons/up.gif" border="0" height="32"
  alt="Up One Level" width="32"></A></td>
<td><A href="xdr-packer-objects.html" tppabs="http://www.python.org/doc/current/lib/xdr-packer-objects.html"><img src="next.gif" tppabs="http://www.python.org/doc/current/icons/next.gif" border="0" height="32"
  alt="Next Page" width="32"></A></td>
<td align="center" width="100%">Python Library Reference</td>
<td><A href="contents.html" tppabs="http://www.python.org/doc/current/lib/contents.html"><img src="contents.gif" tppabs="http://www.python.org/doc/current/icons/contents.gif" border="0" height="32"
  alt="Contents" width="32"></A></td>
<td><a href="modindex.html" tppabs="http://www.python.org/doc/current/lib/modindex.html" title="Module Index"><img src="modules.gif" tppabs="http://www.python.org/doc/current/icons/modules.gif" border="0" height="32"
  alt="Module Index" width="32"></a></td>
<td><A href="genindex.html" tppabs="http://www.python.org/doc/current/lib/genindex.html"><img src="index.gif" tppabs="http://www.python.org/doc/current/icons/index.gif" border="0" height="32"
  alt="Index" width="32"></A></td>
</tr></table>
<b class="navlabel">Previous:</b> <a class="sectref" href="module-binascii.html" tppabs="http://www.python.org/doc/current/lib/module-binascii.html">12.8 binascii  </A>
<b class="navlabel">Up:</b> <a class="sectref" href="netdata.html" tppabs="http://www.python.org/doc/current/lib/netdata.html">12. Internet Data Handling</A>
<b class="navlabel">Next:</b> <a class="sectref" href="xdr-packer-objects.html" tppabs="http://www.python.org/doc/current/lib/xdr-packer-objects.html">12.9.1 Packer Objects</A>
</DIV>
<!--End of Navigation Panel-->
<ADDRESS>
<hr>See <i><a href="about.html" tppabs="http://www.python.org/doc/current/lib/about.html">About this document...</a></i> for information on suggesting changes.
</ADDRESS>
</BODY>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -