1 % -----------------------------------------------------------------------------
3 % -----------------------------------------------------------------------------
4 \section{\class{wxFileInputStream
}}\label{wxfileinputstream
}
6 \wxheading{Derived from
}
8 \helpref{wxInputStream
}{wxinputstream
}
10 \wxheading{Include files
}
16 \helpref{wxStreamBuffer
}{wxstreamBuffer
}
21 \latexignore{\rtfignore{\wxheading{Members
}}}
23 \membersection{wxFileInputStream::wxFileInputStream
}
25 \func{}{wxFileInputStream
}{\param{const wxString\&
}{ ifileName
}}
27 Opens the specified file using its
\it{ifilename
} name in read-only mode.
29 \func{}{wxFileInputStream
}{\param{wxFile\&
}{ file
}}
31 Initializes a file stream in read-only mode using the file I/O object
\it{file
}.
33 \func{}{wxFileInputStream
}{\param{int
}{ fd
}}
35 Initializes a file stream in read-only mode using the specified file descriptor.
37 \membersection{wxFileInputStream::
\destruct{wxFileInputStream
}}
39 \func{}{\destruct{wxFileInputStream
}}{\void}
43 \membersection{wxFileInputStream::Ok
}
45 \constfunc{bool
}{Ok
}{\void}
47 Returns TRUE if the stream is initialized and ready.
49 % -----------------------------------------------------------------------------
51 % -----------------------------------------------------------------------------
52 \section{\class{wxFileOutputStream
}}\label{wxfileoutputstream
}
54 \wxheading{Derived from
}
56 \helpref{wxOutputStream
}{wxoutputstream
}
58 \wxheading{Include files
}
64 \helpref{wxStreamBuffer
}{wxstreamBuffer
}
69 \latexignore{\rtfignore{\wxheading{Members
}}}
71 \membersection{wxFileOutputStream::wxFileOutputStream
}
73 \func{}{wxFileOutputStream
}{\param{const wxString\&
}{ ofileName
}}
75 Creates a new file with
\it{ofilename
} name and initializes the stream in
78 \func{}{wxFileOutputStream
}{\param{wxFile\&
}{ file
}}
80 Initializes a file stream in write-only mode using the file I/O object
\it{file
}.
82 \func{}{wxFileOutputStream
}{\param{int
}{ fd
}}
84 Initializes a file stream in write-only mode using the file descriptor
\it{fd
}.
86 \membersection{wxFileOutputStream::
\destruct{wxFileOutputStream
}}
88 \func{}{\destruct{wxFileOutputStream
}}{\void}
92 \membersection{wxFileOutputStream::Ok
}
94 \constfunc{bool
}{Ok
}{\void}
96 Returns TRUE if the stream is initialized and ready.
98 % -----------------------------------------------------------------------------
100 % -----------------------------------------------------------------------------
101 \section{\class{wxFileStream
}}
103 \wxheading{Derived from
}
105 \helpref{wxFileOutputStream
}{wxFileOutputStream
},
\helpref{wxFileInputStream
}{wxfileinputstream
}
107 \wxheading{Include files
}
113 \helpref{wxStreamBuffer
}{wxstreamBuffer
}
115 \latexignore{\rtfignore{\wxheading{Members
}}}
117 \membersection{wxFileStream::wxFileStream
}
119 \func{}{wxFileStream
}{\param{const wxString\&
}{ iofileName
}}
121 Initializes a new file stream in read-write mode using the specified
122 \it{iofilename
} name.