File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <section label =" fileformats " level =" ## " >File Formats</section >
2+
3+ This appendix lists of file formats the CDK knows about. For each format, it indicated if
4+ the CDK has a reader (R) and/or a writer (W) for it. It also indicates which formats can
5+ be detected from the file content. Chemical file format definitions implementations in
6+ the CDK implement the <class >IChemFormatMatcher</class > class for that.
7+
8+ This script was used to create this list:
9+
10+ <code >ListAllFileFormats</code >
11+
12+ <table >
13+ <tr >
14+ <td ><b >Read/Write</b ></td >
15+ <td ><b >Matcher</b ></td >
16+ <td ><b >File Format</b ></td >
17+ </tr >
18+ <in >fileformatlist.md</in >
19+ </table >
20+
21+ ## The Readers and Writers
22+
23+ Additionally, for all formats we can list information about the readers and writers, again
24+ by iterating over all formats:
25+
26+ <code >ListAllIOClassesByFormat</code >
27+
28+ <input >ioclasseslist.md</input >
You can’t perform that action at this time.
0 commit comments