/**
@class wxCountingOutputStream
- @wxheader{stream.h}
wxCountingOutputStream is a specialized output stream which does not write any
data anywhere,
/**
@class wxBufferedInputStream
- @wxheader{stream.h}
This stream acts as a cache. It caches the bytes read from the specified
input stream (See wxFilterInputStream).
/**
@class wxStreamBuffer
- @wxheader{stream.h}
@library{wxbase}
/**
@class wxOutputStream
- @wxheader{stream.h}
wxOutputStream is an abstract base class which may not be used directly.
/**
@class wxFilterClassFactory
- @wxheader{stream.h}
Allows the creation of filter streams to handle compression formats such
as gzip and bzip2.
/**
@class wxFilterOutputStream
- @wxheader{stream.h}
A filter stream has the capability of a normal
stream but it can be placed on top of another stream. So, for example, it
/**
@class wxFilterInputStream
- @wxheader{stream.h}
A filter stream has the capability of a normal stream but it can be placed on
top
/**
@class wxBufferedOutputStream
- @wxheader{stream.h}
This stream acts as a cache. It caches the bytes to be written to the specified
output stream (See wxFilterOutputStream). The
/**
@class wxInputStream
- @wxheader{stream.h}
wxInputStream is an abstract base class which may not be used directly.
/**
@class wxStreamBase
- @wxheader{stream.h}
This class is the base class of most stream related classes in wxWidgets. It
must