git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29152 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
		
			
				
	
	
		
			27 lines
		
	
	
		
			706 B
		
	
	
	
		
			TeX
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			706 B
		
	
	
	
		
			TeX
		
	
	
	
	
	
% -----------------------------------------------------------------------------
 | 
						|
% wxFileStream
 | 
						|
% -----------------------------------------------------------------------------
 | 
						|
\section{\class{wxFileStream}}\label{wxfilestream}
 | 
						|
 | 
						|
\wxheading{Derived from}
 | 
						|
 | 
						|
\helpref{wxFileOutputStream}{wxfileoutputstream}, \helpref{wxFileInputStream}{wxfileinputstream}
 | 
						|
 | 
						|
\wxheading{Include files}
 | 
						|
 | 
						|
<wx/wfstream.h>
 | 
						|
 | 
						|
\wxheading{See also}
 | 
						|
 | 
						|
\helpref{wxStreamBuffer}{wxstreambuffer}
 | 
						|
 | 
						|
\latexignore{\rtfignore{\wxheading{Members}}}
 | 
						|
 | 
						|
\membersection{wxFileStream::wxFileStream}
 | 
						|
 | 
						|
\func{}{wxFileStream}{\param{const wxString\&}{ iofileName}}
 | 
						|
 | 
						|
Initializes a new file stream in read-write mode using the specified 
 | 
						|
{\it iofilename} name.
 | 
						|
 |