git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29557 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
		
			
				
	
	
		
			27 lines
		
	
	
		
			730 B
		
	
	
	
		
			TeX
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			730 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}\label{wxfilestreamctor}
 | |
| 
 | |
| \func{}{wxFileStream}{\param{const wxString\&}{ iofileName}}
 | |
| 
 | |
| Initializes a new file stream in read-write mode using the specified 
 | |
| {\it iofilename} name.
 | |
| 
 |