Skip to content

MIOB/EDF4J

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EDF4J

This is a Java-Parser for the file formats EDF and EDF+.

License

This project is licensed under the terms of the MIT license. See license.txt.

Usage

The parser is available in the file EDFParser.java

Example usage

String pathToEdfFile = "";
InputStream is = new BufferedInputStream(new FileInputStream(new File(pathToEdfFile)));
EDFParserResult result = EDFParser.parseEDF(is);

Example program

An example program is available in the file EDF.java. This example parse EDF (or EDF+) file and write it into several txt files.

About

Java parser for edf format

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages