Skip to content

MpSoft.StreamCaching is caching stream supporting ahead reading. That allows to continue reading (and temporary storing) data from source (e.g. network) while processing already read chunk.

License

MarekPokornyOva/MpSoft.StreamCaching

Repository files navigation

MpSoft.StreamCaching

Package Version NuGet Downloads License

Description

MpSoft.StreamCaching is caching stream supporting ahead reading. That allows to continue reading (and temporary storing) data from source (e.g. network) while processing already read chunk.

Usage

See RssReader sample.

Features

  • Configurable ahead size
  • Configurable block size
  • Various temporary storages (disk/memory/custom)

About

MpSoft.StreamCaching is caching stream supporting ahead reading. That allows to continue reading (and temporary storing) data from source (e.g. network) while processing already read chunk.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages