summaryrefslogtreecommitdiff
path: root/src/BStream.cc
AgeCommit message (Collapse)Author
2011-11-25We need the buffered streams to be detacheablePixel
2011-11-23Adding the isA<>() template / method to the IO proxy, and optimizing the ↵Pixel
BStream using it, in case one never wants to use the readString() or peekByte() methods.
2011-11-13Adding buffered streams; mainly for string parsing.Pixel