This package is defines the MERIS/(A)ATSR Toolbox product I/O framework.
The product I/O framework is used to dynamically integrate new product readers and writers
for different data formats into the MERIS/(A)ATSR Toolbox. A product reader or writer
plug-ins implements the {@link org.esa.beam.framework.dataio.ProductReaderPlugIn} resp. {@link org.esa.beam.framework.dataio.ProductWriterPlugIn} interface.
All plug-ins must be registered using the {@link org.esa.beam.framework.dataio.ProductIOPlugInManager} before they can
be be accessed through the {@link org.esa.beam.framework.dataio.ProductIO} utility class.
@see org.esa.beam.framework.dataio.ProductReaderPlugIn
@see org.esa.beam.framework.dataio.ProductWriterPlugIn
@see org.esa.beam.framework.dataio.ProductIOPlugInManager
@see org.esa.beam.framework.dataio.ProductIO