The class istreambuf
associates the input sequence with the content from a specified URL.
class istreambuf : public std::streambuf
Member Functions
Name |
Description |
---|---|
Closes the stream buffer. |
|
Gets the length of the content obtained from the URL. |
|
Gets the MIME type of the content obtained from the URL. |
|
Gets the current value of an option that controls the behaviour of the stream buffer. |
|
Gets the values of all options set on the stream. |
|
Gets the protocol-specific headers obtained from the URL. |
|
Determines whether the stream buffer is open. |
|
Constructs an object of class istreambuf. |
|
Opens the specified URL. |
|
Gets the open timeout of the stream buffer. Sets the open timeout of the stream buffer. |
|
Gets the last error associated with the stream buffer. |
|
Gets the read timeout of the stream buffer. Sets the read timeout of the stream buffer. |
|
Sets an option to control the behaviour of the stream buffer. |
|
Sets options to control the behaviour of the stream buffer. |
|
Destroys an object of class istreambuf. |
Protected Member Functions
Name |
Description |
---|---|
Gets the last error associated with the stream. |
|
Overrides std::streambuf behaviour. |
Requirements
Header: <urdl/istreambuf.hpp>
Namespace: urdl