See \helpref{wxTextInputStream::Read8}{wxtextinputstreamread8} for the
description of the {\it base} parameter.
-\membersection{wxTextInputStream::ReadChar}\label{wxtextinputstreamreadchar}
+\membersection{wxTextInputStream::GetChar}\label{wxtextinputstreamgetchar}
-\func{wxChar}{wxTextInputStream::ReadChar}{\void}
+\func{wxChar}{wxTextInputStream::GetChar}{\void}
Reads a character, returns $0$ if there are no more characters in the stream.
Writes the single byte {\it i8} to the stream.
+\membersection{wxTextOutputStream::PutChar}\label{wxtextoutputstreamputchar}
+
+\func{void}{wxTextOutputStream::PutChar}{{\param wxChar }{c}}
+
+Writes a character to the stream.
+
\membersection{wxTextOutputStream::Write16}\label{wxtextoutputstreamwrite16}
\func{void}{wxTextOutputStream::Write16}{{\param wxUint16 }{i16}}