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

Support loadstreaming/savestreaming FileIO API #47

Open
ssfrr opened this issue May 26, 2018 · 0 comments
Open

Support loadstreaming/savestreaming FileIO API #47

ssfrr opened this issue May 26, 2018 · 0 comments

Comments

@ssfrr
Copy link

ssfrr commented May 26, 2018

As of April FileIO.jl has a loadstreaming/savestreaming API for opening files in streaming mode and automatically selecting the decoder/encoder based on the file extension and/or magic bytes.

If this were integrated with TranscodingStreams it would look something like:

using FileIO

loadstreaming("data.txt.gz") do stream
    for line in eachline(stream)
        # do something...
    end
end
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

No branches or pull requests

1 participant