Interface DataFormat

All Superinterfaces:
DefaultedRegistryValue<DataFormat>
All Known Subinterfaces:
StringDataFormat

@CatalogedBy(DataFormats.class) public interface DataFormat extends DefaultedRegistryValue<DataFormat>
Represents a parser for a particular file format allowing reading and writing a DataContainer to/from a stream of the specific format.