Lines Matching full:stream
20 * @brief Gzipped file stream buffer class.
96 * @brief Number of characters available in stream buffer.
99 * This indicates number of characters in get area of stream buffer.
109 * This actually reads characters from gzipped file to stream
120 * This actually writes characters in stream buffer to
128 * @brief Installs external stream buffer.
140 * @brief Flush stream buffer to file.
202 * @brief Stream buffer.
210 * @brief Stream buffer size.
218 * @brief True if this object owns stream buffer.
229 * @brief Gzipped file input stream class.
241 * @brief Construct stream on gzipped file to be opened.
250 * @brief Construct stream on already open gzipped file.
259 * Obtain underlying stream buffer.
277 * Stream will be in state good() if file opens successfully;
280 * won't allow you to reuse the stream for a second file unless
293 * Stream will be in state good() if attach succeeded; otherwise
303 * Stream will be in state fail() if close failed.
310 * Underlying stream buffer.
318 * @brief Gzipped file output stream class.
330 * @brief Construct stream on gzipped file to be opened.
339 * @brief Construct stream on already open gzipped file.
348 * Obtain underlying stream buffer.
366 * Stream will be in state good() if file opens successfully;
369 * won't allow you to reuse the stream for a second file unless
382 * Stream will be in state good() if attach succeeded; otherwise
392 * Stream will be in state fail() if close failed.
399 * Underlying stream buffer.
407 * @brief Gzipped file output stream manipulator class.
438 // Manipulator function thunks through to stream buffer
455 // Insertor applies underlying manipulator function to stream
461 // Insert this onto stream to simplify setting of compression level