Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 842 Bytes

appfileformats.i.md

File metadata and controls

28 lines (20 loc) · 842 Bytes
File Formats

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

fileformatlist.md
Read/Write Matcher File Format

The Readers and Writers

Additionally, for all formats we can list information about the readers and writers, again by iterating over all formats:

ListAllIOClassesByFormat

ioclasseslist.md