wxRuby Documentation Home

Wx::BufferedInputStream

This stream acts as a cache. It caches the bytes read from the specified
input stream (See FilterInputStream).
It uses StreamBuffer and sets the default in-buffer size to 1024 bytes.
This class may not be used without some other stream to read the data
from (such as a file stream or a memory stream).

Derived from

FilterInputStream

See also

StreamBuffer, InputStream,
BufferedOutputStream

[This page automatically generated from the Textile source at 2023-06-03 08:07:33 +0000]