]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/strmbfrd.tex
Added periods
[wxWidgets.git] / docs / latex / wx / strmbfrd.tex
index e9c636b25b5acbdaae7221fea1c3586209b82163..7bf4920cdbc70d5bb0fee79bb99117dd6e91a910 100644 (file)
@@ -17,9 +17,14 @@ from (such as a file stream or a memory stream).
 
 <wx/stream.h>
 
+\wxheading{Library}
+
+\helpref{wxBase}{librarieslist}
+
 \wxheading{See also}
 
-\helpref{wxStreamBuffer}{wxstreambuffer}, \helpref{wxInputStream}{wxinputstream}
+\helpref{wxStreamBuffer}{wxstreambuffer}, \helpref{wxInputStream}{wxinputstream},
+\helpref{wxBufferedOutputStream}{wxbufferedoutputstream}
 
 % -----------------------------------------------------------------------------
 % wxBufferedOutputStream
@@ -28,7 +33,7 @@ from (such as a file stream or a memory stream).
 
 This stream acts as a cache. It caches the bytes to be written to the specified
 output stream (See \helpref{wxFilterOutputStream}{wxfilteroutputstream}). The
-datas are only written when the cache is full, when the buffered stream is
+data is only written when the cache is full, when the buffered stream is
 destroyed or when calling SeekO().
 
 This class may not be used without some other stream to write the data
@@ -42,35 +47,39 @@ to (such as a file stream or a memory stream).
 
 <wx/stream.h>
 
+\wxheading{Library}
+
+\helpref{wxBase}{librarieslist}
+
 \wxheading{See also}
 
-\helpref{wxStreamBuffer}{wxstreamBuffer}, \helpref{wxOutputStream}{wxoutputstream}
+\helpref{wxStreamBuffer}{wxstreambuffer}, \helpref{wxOutputStream}{wxoutputstream}
 
 % ----------
 % Members
 % ----------
 \latexignore{\rtfignore{\wxheading{Members}}}
 
-\membersection{wxBufferedOutputStream::wxBufferedOutputStream}
+\membersection{wxBufferedOutputStream::wxBufferedOutputStream}\label{wxbufferedoutputstreamctor}
 
 \func{}{wxBufferedOutputStream}{\param{const wxOutputStream\&}{ parent}}
 
 Creates a buffered stream using a buffer of a default size of 1024 bytes for cashing
 the stream {\it parent}.
 
-\membersection{wxBufferedOutputStream::\destruct{wxBufferedOutputStream}}
+\membersection{wxBufferedOutputStream::\destruct{wxBufferedOutputStream}}\label{wxbufferedoutputstreamdtor}
 
 \func{}{\destruct{wxBufferedOutputStream}}{\void}
 
 Destructor. Calls Sync() and destroys the internal buffer.
 
-\membersection{wxBufferedOutputStream::SeekO}
+\membersection{wxBufferedOutputStream::SeekO}\label{wxbufferedoutputstreamseeko}
 
 \func{off\_t}{SeekO}{\param{off\_t}{ pos}, \param{wxSeekMode}{ mode}}
 
 Calls Sync() and changes the stream position.
 
-\membersection{wxBufferedOutputStream::Sync}
+\membersection{wxBufferedOutputStream::Sync}\label{wxbufferedoutputstreamsync}
 
 \func{void}{Sync}{\void}