📄 fileostr.tex
字号:
% -----------------------------------------------------------------------------% wxFileOutputStream% -----------------------------------------------------------------------------\section{\class{wxFileOutputStream}}\label{wxfileoutputstream}This class represents data written to a file. There are actuallytwo such groups of classes: this one is based on \helpref{wxFile}{wxfile} whereas \helpref{wxFFileInputStream}{wxffileinputstream} is based inthe \helpref{wxFFile}{wxffile} class.Note that \helpref{SeekO()}{wxoutputstreamseeko} can seek beyond the end of the stream (file) and will thus not return {\it wxInvalidOffset} for that.\wxheading{Derived from}\helpref{wxOutputStream}{wxoutputstream}\wxheading{Include files}<wx/wfstream.h>\wxheading{See also}\helpref{wxBufferedOutputStream}{wxbufferedoutputstream}, \helpref{wxFileInputStream}{wxfileinputstream}, \helpref{wxFFileInputStream}{wxffileinputstream}% ----------% Members% ----------\latexignore{\rtfignore{\wxheading{Members}}}\membersection{wxFileOutputStream::wxFileOutputStream}\label{wxfileoutputstreamctor}\func{}{wxFileOutputStream}{\param{const wxString\&}{ ofileName}}Creates a new file with {\it ofilename} name and initializes the stream inwrite-only mode. \func{}{wxFileOutputStream}{\param{wxFile\&}{ file}}Initializes a file stream in write-only mode using the file I/O object {\it file}.\func{}{wxFileOutputStream}{\param{int}{ fd}}Initializes a file stream in write-only mode using the file descriptor {\it fd}.\membersection{wxFileOutputStream::\destruct{wxFileOutputStream}}\label{wxfileoutputstreamdtor}\func{}{\destruct{wxFileOutputStream}}{\void}Destructor.\membersection{wxFileOutputStream::IsOk}\label{wxfileoutputstreamisok}\constfunc{bool}{IsOk}{\void}Returns true if the stream is initialized and ready.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -