fileostr.tex

来自「wxWidgets 是一个跨平台的 GUI 框架。它给开发人员提供了统一的接口」· TEX 代码 · 共 59 行

TEX
59
字号
% -----------------------------------------------------------------------------% 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 + =
减小字号Ctrl + -
显示快捷键?