Skip to content

Commit

Permalink
add BSON data format
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasIsensee committed Mar 18, 2019
1 parent ba6fa5d commit 6698f6a
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 @@ -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 6698f6a

Please sign in to comment.