CHtmlStream Class Members
Data Members
m_nStreamSize | Contains the size of the stream. |
Construction
CHtmlStream | Constructs a CHtmlStream object. |
Operations
Attach | Attaches a block of memory to CHtmlStream. |
GetStreamSize | Gets the size of the CHtmlStream. |
Close | Closes the stream and frees the buffer. |
InitStream | Initializes a stream associated with a CHtmlStream object. |
Overridables
Abort | Ends a stream and ignores all warnings and errors. |
Reset | empties a CHtmlStream object. |
Alloc | allocates memory in a CHtmlStream object. |
Realloc | reallocates memory in a CHtmlStream object. |
Memcpy | Copies memory to grow a CHtmlStream object. |
Free | frees memory in a CHtmlStream object. |
Detach | closes the CHtmlStream. |
GrowStream | Grows a CHtmlStream object. |
Write | Writes data from the buffer to the current stream. |
Operators
operator << | Writes data into a stream. |