Added tests for buffered streams.
authorRobert Roebling <robert@roebling.de>
Mon, 6 Dec 1999 18:16:37 +0000 (18:16 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 6 Dec 1999 18:16:37 +0000 (18:16 +0000)
commit1b055864b65201f8cf2c704a03da62bd91e7f497
treea14db453230bc5b1a660d46ab22b0bf658e53d5d
parent85d11a7072d9ee43744f6f043d98901967dcdf8f
  Added tests for buffered streams.
  Made wxBufferedOutputStream call Sync() in
    the destructor and SeekO().
  Documented this.
  Use buffered streams in wxImage. Seems to
    significantly speed-up the sample.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4847 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/latex/wx/strmbfrd.tex
samples/typetest/typetest.cpp
samples/typetest/typetest.h
src/common/image.cpp
src/common/stream.cpp