1 % -----------------------------------------------------------------------------
3 % -----------------------------------------------------------------------------
4 \section{\class{wxFileInputStream
}}\label{wxfileinputstream
}
6 \wxheading{Derived from
}
8 \helpref{wxInputStream
}{wxinputstream
}
12 \helpref{wxStreamBuffer
}{wxstreamBuffer
}
17 \latexignore{\rtfignore{\wxheading{Members
}}}
19 \membersection{wxFileInputStream::wxFileInputStream
}
21 \func{}{wxFileInputStream
}{\param{const wxString\&
}{ ifileName
}}
23 Opens the specified file using its
\it{ifilename
} name in read-only mode.
25 \func{}{wxFileInputStream
}{\param{wxFile\&
}{ file
}}
27 Initializes a file stream in read-only mode using the file I/O object
\it{file
}.
29 \func{}{wxFileInputStream
}{\param{int
}{ fd
}}
31 Initializes a file stream in read-only mode using the specified file descriptor.
33 \membersection{wxFileInputStream::
\destruct{wxFileInputStream
}}
35 \func{}{\destruct{wxFileInputStream
}}{\void}
39 \membersection{wxFileInputStream::Ok
}
41 \constfunc{bool
}{Ok
}{\void}
43 Returns TRUE if the stream is initialized and ready.
45 % -----------------------------------------------------------------------------
47 % -----------------------------------------------------------------------------
48 \section{\class{wxFileOutputStream
}}\label{wxfileoutputstream
}
50 \wxheading{Derived from
}
52 \helpref{wxOutputStream
}{wxoutputstream
}
56 \helpref{wxStreamBuffer
}{wxstreamBuffer
}
61 \latexignore{\rtfignore{\wxheading{Members
}}}
63 \membersection{wxFileOutputStream::wxFileOutputStream
}
65 \func{}{wxFileOutputStream
}{\param{const wxString\&
}{ ofileName
}}
67 Creates a new file with
\it{ofilename
} name and initializes the stream in
70 \func{}{wxFileOutputStream
}{\param{wxFile&
}{ file
}}
72 Initializes a file stream in write-only mode using the file I/O object
\it{file
}.
74 \func{}{wxFileOutputStream
}{\param{int
}{ fd
}}
76 Initializes a file stream in write-only mode using the file descriptor
\it{fd
}.
78 \membersection{wxFileOutputStream::
\destruct{wxFileOutputStream
}}
80 \func{}{\destruct{wxFileOutputStream
}}{\void}
84 \membersection{wxFileOutputStream::Ok
}
86 \constfunc{bool
}{Ok
}{\void}
88 Returns TRUE if the stream is initialized and ready.
90 % -----------------------------------------------------------------------------
92 % -----------------------------------------------------------------------------
93 \section{\class{wxFileStream
}}
95 \wxheading{Derived from
}
97 \helpref{wxFileOutputStream
}{wxFileOutputStream
},
\helpref{wxFileInputStream
}{wxfileinputstream
}
101 \helpref{wxStreamBuffer
}{wxstreamBuffer
}
103 \latexignore{\rtfignore{\wxheading{Members
}}}
105 \membersection{wxFileStream::wxFileStream
}
107 \func{}{wxFileStream
}{\param{const wxString\&
}{ iofileName
}}
109 Initializes a new file stream in read-write mode using the specified
110 \it{iofilename
} name.