Contains various classes that are usefull for buffering data. A simple buffered filestream class that speeds up byte access on file streams is also included.
Class TAdBufferBucket |
TAdBufferBucket represents a single buffer bucket in the buffer bucket list. |
Class TAdBufferBucketList |
TAdBufferBucketList is a list class that contains serveral TAdBufferBucket elements. |
Class TAdBuffer |
TAdBuffer is class that allows you to buffer data by writing data to the end of the buffer and reading it from the beginning. |
Class TAdBufferStreamAdapter |
TAdBufferedFileStram is a class that provides high speed read access on streams, by buffering parts of the stream. |
Class TAdBufferedFileStream |
TAdBufferedFileStream is a class, that descends from TAdBufferStreamAdapter to provide high speed access on a file stream. |