Skip to content

Commit

Permalink
Add JLSO support (#260)
Browse files Browse the repository at this point in the history
* Add JLSO support

Closes #234

* Update src/registry.jl

Co-Authored-By: Curtis Vogt <curtis.vogt@gmail.com>

Co-authored-by: Curtis Vogt <curtis.vogt@gmail.com>
  • Loading branch information
rofinn and omus authored Apr 29, 2020
1 parent 0423143 commit ffe4340
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/registry.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ add_format(format"JLD", (unsafe_wrap(Vector{UInt8}, "Julia data file (HDF5), ver
add_format(format"JLD2", "Julia data file (HDF5), version 0.2", ".jld2", [:JLD2])
add_format(format"GZIP", [0x1f, 0x8b], ".gz", [:Libz])
add_format(format"BSON",(),".bson", [:BSON])
add_format(format"JLSO", (), ".jlso", [:JLSO])

# test for RD?n magic sequence at the beginning of R data input stream
function detect_rdata(io)
Expand Down

0 comments on commit ffe4340

Please sign in to comment.