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

BZip2InputStream CanSeek should be false #11

Closed
krs43 opened this issue Jun 20, 2013 · 0 comments
Closed

BZip2InputStream CanSeek should be false #11

krs43 opened this issue Jun 20, 2013 · 0 comments
Assignees
Labels
bug bzip2 ready PR ready for merging when appropriate

Comments

@krs43
Copy link

krs43 commented Jun 20, 2013

The BZip2InputStream CanSeek property should return false instead of the baseStream.CanSeek, as the seek function throws an exception stating that it cannot seek.

@McNeight McNeight added the bug label Apr 14, 2016
@McNeight McNeight self-assigned this Apr 14, 2016
@McNeight McNeight added ready PR ready for merging when appropriate bzip2 labels May 16, 2016
kungfubozo pushed a commit to explodingbarrel/SharpZipLib that referenced this issue Oct 17, 2018
* icsharpcode/master: (168 commits)
  Update readme with State of the Union August 2017 link + looking for new maintainer
  -alpha2 preview package with latest fixes from @siegfriedpammer
  Remove metrics
  Fix icsharpcode#13 - TAR does not have enough EOF blocks
  [BZip2] Enforce baseStream to be non-null in BZip2InputStream and BZip2OutputStream (constructor now throws an ArgumentNullException).
  fix icsharpcode#11 - BZip2InputStream CanSeek should be false
  Minimal build server is back online (only build & run unit tests)
  For testing purposes, rename appveyor.yml
  Minimal text to direct developers to either generated API documentation, Wiki or other important URLs.
  Help building instructions (intentionally atm not checking in api/*.yml)
  Fix all warnings
  Fix XML comment warnings
  "docfx metadata" currently failing
  docfx init -q
  Switch samples from source reference to Nuget package reference (currently alpha1)
  Remove old SHFB-generated help file (.chm)
  Enable Nuget package generation as well as Xml doc gen
  Zip: Move tests to separate files
  Disable PasswordCheckingWithDateInExtraData test
  Disable ReadingOfLockedDataFiles test
  ...

# Conflicts:
#	.gitignore
#	README.md
#	src/ICSharpCode.SharpZLib.csproj
#	src/ICSharpCode.SharpZipLib/Zip/ZipFile.cs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug bzip2 ready PR ready for merging when appropriate
Projects
None yet
Development

No branches or pull requests

2 participants