File: wx93.htm

package info (click to toggle)
wxwin2-doc 2.01-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 6,540 kB
  • ctags: 5,968
  • sloc: cpp: 15,157; makefile: 434; sh: 6
file content (47 lines) | stat: -rw-r--r-- 1,870 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<HTML>
<head><title>wxFileInputStream</title></head>

<BODY BGCOLOR=#FFFFFF>
<A NAME="wxfileinputstream"></A><CENTER>
<A HREF="wx.htm"><img align=center src="contents.gif" BORDER=0 ALT="Contents"></A> <A HREF="wx22.htm#classref"><img align=center src="up.gif" BORDER=0 ALT="Up"></A> <A HREF="wx92.htm#wxfilehistory"><img align=center src="back.gif" BORDER=0 ALT="Previous"></A> <A HREF="wx94.htm#wxfileoutputstream"><img align=center src="forward.gif" BORDER=0 ALT="Next"></A> </CENTER><HR>

<H2>wxFileInputStream</H2>
<P>
<B><FONT COLOR="#FF0000">Derived from</FONT></B><P>
<A HREF="wx120.htm#wxinputstream">wxInputStream</A><P>
<B><FONT COLOR="#FF0000">Include files</FONT></B><P>
&lt;wx/wfstream.h&gt;<P>
<B><FONT COLOR="#FF0000">See also</FONT></B><P>
wxStreamBuffer (REF NOT FOUND)<P>
<B><FONT COLOR="#FF0000">Members</FONT></B><P>
<A HREF="#topic376">wxFileInputStream::wxFileInputStream</A><BR>
<A HREF="#topic377">wxFileInputStream::~wxFileInputStream</A><BR>
<A HREF="#topic378">wxFileInputStream::Ok</A><BR>
<P>

<HR>
<A NAME="topic376"></A>
<H3>wxFileInputStream::wxFileInputStream</H3>
<P>
<B></B> <B>wxFileInputStream</B>(<B>const wxString&amp;</B><I> ifileName</I>)<P>
Opens the specified file using its <I>ifilename</I> name in read-only mode.<P>
<B></B> <B>wxFileInputStream</B>(<B>wxFile&amp;</B><I> file</I>)<P>
Initializes a file stream in read-only mode using the file I/O object <I>file</I>.<P>
<B></B> <B>wxFileInputStream</B>(<B>int</B><I> fd</I>)<P>
Initializes a file stream in read-only mode using the specified file descriptor.<P>

<HR>
<A NAME="topic377"></A>
<H3>wxFileInputStream::~wxFileInputStream</H3>
<P>
<B></B> <B>~wxFileInputStream</B>()<P>
Destructor.<P>

<HR>
<A NAME="topic378"></A>
<H3>wxFileInputStream::Ok</H3>
<P>
<B>bool</B> <B>Ok</B>() <B>const</B><P>
Returns TRUE if the stream is initialized and ready.<P>

</BODY></HTML>