Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhanced MultiReader #168

Closed

Commits on Feb 23, 2024

  1. Enhanced MultiReader

    Build an enhanced multireader based upon the channel multireader but
    support ReadAt and some other convienence bits such as ReadByte and
    peek as a lead in for a better implementation for unzip, gzip, and other
    fo4rmats.
    
    This commit adds:
    
    * BufferedMultiReader
    * BufferedMultiReader Tests
    * BufferedReader
    * BufferedReader Tests
    * Use of new BufferedMultiReader by Download package
    
    Removal
    * Old Channel MultiReader
    * Old BufferedReader
    tempusfrangit committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    ba016dd View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    4536342 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5ddb7d View commit details
    Browse the repository at this point in the history