摘要: boost::asio::streambuf使用read_until() 和 async_read_until()读取line-based(使用"\r\n"或者其它自定义字符序列作为delimiter)数据时需要boost::asio::streambuf来缓存读取到的数据。下面是boost文档中的read_unitl()示例: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->boost::asio::streambuf 阅读全文
posted @ 2010-10-11 16:12 edwardlost 阅读(10477) 评论(0) 推荐(0) 编辑