Describe the new Unpacker.get_buffer() method.

This commit is contained in:
Barry Warsaw 1996-12-04 22:05:42 +00:00
parent 75eccc5bcf
commit 102dc417bf
2 changed files with 8 additions and 0 deletions

View 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.

View 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.