📄 fltinstr.tex
字号:
% -----------------------------------------------------------------------------% wxFilterInputStream% -----------------------------------------------------------------------------\section{\class{wxFilterInputStream}}\label{wxfilterinputstream}A filter stream has the capability of a normal stream but it can be placed on topof another stream. So, for example, it can uncompress or decrypt the data which are readfrom another stream and pass it to the requester.\wxheading{Derived from}\helpref{wxInputStream}{wxinputstream}\\\helpref{wxStreamBase}{wxstreambase}\wxheading{Include files}<wx/stream.h>\wxheading{Note}The interface of this class is the same as that of wxInputStream. Only a constructordiffers and it is documented below.\wxheading{See also}\helpref{wxFilterClassFactory}{wxfilterclassfactory}\\\helpref{wxFilterOutputStream}{wxfilteroutputstream}\latexignore{\rtfignore{\wxheading{Members}}}% -----------% ctor & dtor% -----------\membersection{wxFilterInputStream::wxFilterInputStream}\label{wxfilterinputstreamctor}\func{}{wxFilterInputStream}{\param{wxInputStream\&}{ stream}}\func{}{wxFilterInputStream}{\param{wxInputStream*}{ stream}}Initializes a "filter" stream.If the parent stream is passed as a pointer then the new filter streamtakes ownership of it. If it is passed by reference then it does not.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -