Skip to content

Commit 7cbeb81

Browse files
committed
Added a missing section
1 parent 8a12df4 commit 7cbeb81

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

appfileformats.i.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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>

0 commit comments

Comments
 (0)