]> granicus.if.org Git - python/commitdiff
Describe the new Unpacker.get_buffer() method.
authorBarry Warsaw <barry@python.org>
Wed, 4 Dec 1996 22:05:42 +0000 (22:05 +0000)
committerBarry Warsaw <barry@python.org>
Wed, 4 Dec 1996 22:05:42 +0000 (22:05 +0000)
Doc/lib/libxdrlib.tex
Doc/libxdrlib.tex

index 6b44cb0e4404173903afa3653733a6ad333208ad..e0ed029353119d4223d6d13980e0d3c711e3d23b 100644 (file)
@@ -127,6 +127,10 @@ Sets the data buffer unpack position to \var{position}.  You should be
 careful about using \code{get_position()} and \code{set_position()}.
 \end{funcdesc}
 
+\begin{funcdesc}{get_buffer}{}
+Returns the current unpack data buffer as a string.
+\end{funcdesc}
+
 \begin{funcdesc}{done}{}
 Indicates unpack completion.  Raises an \code{xdrlib.Error} exception
 if all of the data has not been unpacked.
index 6b44cb0e4404173903afa3653733a6ad333208ad..e0ed029353119d4223d6d13980e0d3c711e3d23b 100644 (file)
@@ -127,6 +127,10 @@ Sets the data buffer unpack position to \var{position}.  You should be
 careful about using \code{get_position()} and \code{set_position()}.
 \end{funcdesc}
 
+\begin{funcdesc}{get_buffer}{}
+Returns the current unpack data buffer as a string.
+\end{funcdesc}
+
 \begin{funcdesc}{done}{}
 Indicates unpack completion.  Raises an \code{xdrlib.Error} exception
 if all of the data has not been unpacked.