[ 1070686 ] wxOutputStream::Close()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30731 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ryan Norton
2004-11-23 14:26:10 +00:00
parent 95662a8379
commit 8f0ff17851
9 changed files with 45 additions and 16 deletions

View File

@@ -33,6 +33,19 @@ Creates a dummy wxOutputStream object.
Destructor.
\membersection{wxOutputStream::Close}\label{wxoutputstreamclose}
\func{bool}{Close}{\void}
Closes the stream, returning {\tt false} if an error occurs. The
stream is closed implicitly in the destructor if Close() is not
called explicitly.
If this stream wraps another stream or some other resource such
as a file, then the underlying resource is closed too if it is owned
by this stream, or left open otherwise.
\membersection{wxOutputStream::LastWrite}\label{wxoutputstreamlastwrite}
\constfunc{size\_t}{LastWrite}{\void}