#include "ace/pre.h"
#include "ace/ACE_export.h"
#include "ace/OS.h"
#include "ace/post.h"
Include dependency graph for Read_Buffer.h:
This graph shows which files directly or indirectly include this file:
Compounds | |
class | ACE_Read_Buffer |
Efficiently reads an artibrarily large buffer from an input stream up to and including a termination character. Also performs search/replace on single occurrences a character in the buffer using the principles of Integrated Layer Processing. More... |
Read_Buffer.h,v 4.18 2002/05/23 17:47:13 schmidt Exp