Class TBufferedInputStream (unit SuperStream) |
The buffered input stream adapter can accelerate the use of underlying streams. Delphi's TFileStream performs no buffering, so its performance when reading and writing large numbers of small objects is not very good. Wrapping a TFileStream with a TBufferedStream results in much better performance. Note that you can only read from these streams. Writing will throw an exception.
Constructors |
Functions |
Properties |
Events |
Variables |
Constructors |
Functions |
Properties |
Events |
Variables |