added wxStreamBuffer::Truncate() (patch 1687081)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45561 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -184,6 +184,17 @@ the beginning of the stream. Otherwise, it returns wxInvalidOffset.
|
||||
|
||||
Resets to the initial state variables concerning the buffer.
|
||||
|
||||
|
||||
\membersection{wxStreamBuffer::Truncate}\label{wxstreambuffertruncate}
|
||||
|
||||
\func{void}{Truncate}{\void}
|
||||
|
||||
Truncates the buffer to the current position.
|
||||
|
||||
Note: Truncate() cannot be used to enlarge the buffer. This is
|
||||
usually not needed since the buffer expands automatically.
|
||||
|
||||
|
||||
\membersection{wxStreamBuffer::SetBufferIO}\label{wxstreambuffersetbufferio}
|
||||
|
||||
\func{void}{SetBufferIO}{\param{char*}{ buffer\_start}, \param{char*}{ buffer\_end}}
|
||||
|
Reference in New Issue
Block a user