Skip to content

Serialization to an already open IOStream #304

@fredrikekre

Description

@fredrikekre

Would it be possible to write to a user provided IO? I skimmed through the signatures of jldopen but I think all of them expects a string. Would make things like this (contrived) example possible:

open("f.jld2", "w") do io
    jldopen(io) do jld
        write(jld, ...)
    end
end

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions