JuliaIO / FileIO.jl

Main Package for IO, loading all different kind of files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FileIO

Build status codecov

FileIO.jl

FileIO aims to provide a common framework for detecting file formats and dispatching to appropriate readers/writers. The two core functions in this package are called load and save, and offer high-level support for formatted files (in contrast with julia's low-level read and write). To avoid name conflicts, packages that provide support for standard file formats through functions named load and save are encouraged to register with FileIO.

Help

You can get an API overview by typing ?FileIO at the REPL prompt. Individual functions have their own help too, e.g., ?add_format.

For more detailed help, including information about how you can add support for additional file formats, see the documentation.

About

Main Package for IO, loading all different kind of files

License:Other


Languages

Language:Julia 95.5%Language:TeX 4.5%Language:HTML 0.0%