|
mod_servlet
C++Servlets
|
Source tag. More...
#include <io.h>
Source tag.
This tag is used for the regular sources provided to servlet::basic_instream. This is default tag and it is not required to define it. The object with this tag is expected to have the following (optional) category definition:
and the following method:
Method read will read from the underlying stream into buffer s up to n characters and return the actual number of characters read.