Class ZipPictureContentStore


  • public class ZipPictureContentStore
    extends Object
    Store for read and write zip based pictures.
    • Field Detail

      • INSTANCE

        public static final ZipPictureContentStore INSTANCE
        Instance of store for read and write zip based pictures
    • Method Detail

      • validate

        public org.eclipse.core.runtime.IStatus validate​(InputStream stream)
        Validate zip based picture stream.

        Check that the picture names in manifest is equals as names of zip entries

        Issues warning if pair of template, picture direction, and interface variants of manifest entries not unique.

        Parameters:
        stream - the source zipped InputStream, cannot be null
        Returns:
        instance of validation IStatus, never null