Skip to content

Conversation

@c42f
Copy link
Contributor

@c42f c42f commented Mar 23, 2021

It's sometimes useful to be able to seek back to the start of a file inside a zip. I've disabled seeking elsewhere, as it can't be done efficiently in general (at least, not without an extra index which the zip format doesn't include).

I also needed readavailable() for using a ReadableFile as src in write(dst::IO, src::IO).

Copy link
Owner

@fhs fhs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@fhs fhs merged commit 3493e00 into fhs:master Apr 2, 2021
@c42f c42f deleted the cjf/seek-readable-file branch May 14, 2022 20:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants