Commit 102dc417 authored by Barry Warsaw's avatar Barry Warsaw

Describe the new Unpacker.get_buffer() method.

parent 75eccc5b
......@@ -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.
......
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment