This appendix lists of file formats the CDK knows about. For each format, it indicated if the CDK has a reader (R) and/or a writer (W) for it. It also indicates which formats can be detected from the file content. Chemical file format definitions implementations in the CDK implement the IChemFormatMatcher class for that.
This script was used to create this list:
ListAllFileFormats
Read/Write | Matcher | File Format |
Additionally, for all formats we can list information about the readers and writers, again by iterating over all formats:
ListAllIOClassesByFormat
ioclasseslist.md