Skip to content

Commit

Permalink
Merge pull request #224 from JonasIsensee/bson_format
Browse files Browse the repository at this point in the history
add BSON data format
  • Loading branch information
SimonDanisch committed Mar 28, 2019
2 parents ba6fa5d + 6698f6a commit 9d46fe7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/registry.jl
Expand Up @@ -5,6 +5,7 @@ add_format(format"JLD", (unsafe_wrap(Vector{UInt8}, "Julia data file (HDF5), ver
unsafe_wrap(Vector{UInt8}, "Julia data file (HDF5), version 0.1")), ".jld", [:JLD])
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])

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

0 comments on commit 9d46fe7

Please sign in to comment.