1 % -----------------------------------------------------------------------------
3 % -----------------------------------------------------------------------------
4 \section{\class{wxZlibInputStream
}}
6 \wxheading{Derived from
}
8 \helpref{wxFilterInputStream
}{wxfilterinputstream
}
12 \helpref{wxStreamBuffer
}{wxstreamBuffer
},
\helpref{wxInputStream
}{wxinputstream
}
14 \wxheading{Short description
}
15 This stream uncompresses all data read from it, it uses the ``filtered''
16 stream to get new compressed data.
18 % -----------------------------------------------------------------------------
20 % -----------------------------------------------------------------------------
21 \section{\class{wxZlibOutputStream
}}
23 \wxheading{Derived from
}
25 \helpref{wxFilterOutputStream
}{wxfilteroutputstream
}
29 \helpref{wxStreamBuffer
}{wxstreamBuffer
},
\helpref{wxOutputStream
}{woutputstream
}
31 \wxheading{Short description
}
32 This stream compresses all data written to it and passed the compressed data
33 to the ``filtered'' stream.
35 % -----------------------------------------------------------------------------
37 % -----------------------------------------------------------------------------
38 \section{\class{wxFileInputStream
}}\label{wxfileinputstream
}
40 \wxheading{Derived from
}
42 \helpref{wxInputStream
}{wxinputstream
}
46 \helpref{wxStreamBuffer
}{wxstreamBuffer
}
51 \latexignore{\rtfignore{\wxheading{Members
}}}
53 \membersection{wxFileInputStream::wxFileInputStream
}
55 \func{}{wxFileInputStream
}{\param{const wxString&
}{ ifileName
}}
57 Opens the specified file using its
\it{ifilename
} name in read-only mode.
59 \func{}{wxFileInputStream
}{\param{wxFile&
}{ file
}}
61 Initializes a file stream in read-only mode using the file I/O object
\it{file
}.
63 \func{}{wxFileInputStream
}{\param{int
}{ fd
}};
65 Initializes a file stream in read-only mode using the specified file descriptor.
67 \membersection{wxFileInputStream::
\destruct{wxFileInputStream
}}
68 \func{}{\destruct{wxFileInputStream
}{\void}
72 \membersection{wxFileInputStream::Ok
}
73 \constfunc{bool
}{Ok
}{\void}
75 Returns TRUE if the stream is initialized and ready.
77 % -----------------------------------------------------------------------------
79 % -----------------------------------------------------------------------------
80 \section{\class{wxFileOutputStream
}}\label{wxfileoutputstream
}
82 \wxheading{Derived from
}
84 \helpref{wxOutputStream
}{wxoutputstream
}
88 \helpref{wxStreamBuffer
}{wxstreamBuffer
}
93 \latexignore{\rtfignore{\wxheading{Members
}}}
95 \membersection{wxFileOutputStream::wxFileOutputStream
}
97 \func{}{wxFileOutputStream
}{\param{const wxString&
}{ ofileName
}}
99 Creates a new file with
\it{ofilename
} name and initializes the stream in
102 \func{}{wxFileOutputStream
}{\param{wxFile&
}{ file
}}
103 Initializes a file stream in write-only mode using the file I/O object
\it{file
}.
105 \func{}{wxFileOutputStream
}{\param{int
}{ fd
}}
106 Initializes a file stream in write-only mode using the file descriptor
\it{fd
}.
108 \membersection{wxFileOutputStream::
\destruct{wxFileOutputStream
}}
109 \func{}{\destruct{wxFileOutputStream
}{\void}
113 \membersection{wxFileOutputStream::Ok
}
114 \constfunc{bool
}{Ok
}{\void}
116 Returns TRUE if the stream is initialized and ready.
118 % -----------------------------------------------------------------------------
120 % -----------------------------------------------------------------------------
121 \section{\class{wxFileStream
}}
123 \wxheading{Derived from
}
125 \helpref{wxFileOutputStream
}{wxFileOutputStream
},
\helpref{wxFileInputStream
}{wxfileinputstream
}
129 \helpref{wxStreamBuffer
}{wxstreamBuffer
}
131 \latexignore{\rtfignore{\wxheading{Members
}}}
133 \membersection{wxFileStream::wxFileStream
}
135 \func{}{wxFileStream
}{\param{const wxString&
}{ iofileName
}}
137 Initializes a new file stream in read-write mode using the specified
138 \it{iofilename
} name.
140 % -----------------------------------------------------------------------------
141 % wxSocketInputStream
142 % -----------------------------------------------------------------------------
143 \section{\class{wxSocketInputStream
}}
145 \wxheading{Derived from
}
147 \helpref{wxInputStream
}{wxinputStream
}
151 \helpref{wxStreamBuffer
}{wxstreamBuffer
},
\helpref{wxSocketBase
}{wxsocketbase
}
153 \latexignore{\rtfignore{\wxheading{Members
}}}
155 \membersection{wxSocketInputStream::wxSocketInputStream
}
156 \func{}{wxSocketInputStream
}{\param{wxSocketBase&
}{ s
}}
158 Initializes a new read-only socket stream using the specified initialized
161 % -----------------------------------------------------------------------------
162 % wxSocketOutputStream
163 % -----------------------------------------------------------------------------
164 \section{\class{wxSocketInputStream
}}
166 \wxheading{Derived from
}
168 \helpref{wxOutputStream
}{wxoutputStream
}
172 \helpref{wxStreamBuffer
}{wxstreamBuffer
},
\helpref{wxSocketBase
}{wxsocketbase
}
174 \latexignore{\rtfignore{\wxheading{Members
}}}
176 \membersection{wxSocketOutputStream::wxSocketOutputStream
}
177 \func{}{wxSocketInputStream
}{\param{wxSocketBase&
}{ s
}}
179 Initializes a new write-only socket stream using the specified initialized