summaryrefslogtreecommitdiff
path: root/lib/common/BufferedStream.cpp
Commit message (Collapse)AuthorAge
* Added a BufferedStream class that can be wrapped around an IOStream to Chris Wilson2007-01-17
improve read performance when many small reads will be performed, e.g. while reading directories and during housekeeping. (refs #3)