Class ZipDataSource

  • All Implemented Interfaces:
    Closeable, AutoCloseable, DataSource

    public class ZipDataSource
    extends net.sourceforge.pmd.util.datasource.internal.AbstractDataSource
    DataSource implementation to read data from an entry in a zip or jar file.
    • Constructor Detail

      • ZipDataSource

        public ZipDataSource​(ZipFile zipFile,
                             ZipEntry zipEntry)
        Parameters:
        zipFile - the ZipFile
        zipEntry - the ZipEntry containing the file to read
    • Method Detail

      • getInputStream

        public InputStream getInputStream()
                                   throws IOException
        Description copied from interface: DataSource
        Get an InputStream on the source file.
        Returns:
        the InputStream reading the source file
        Throws:
        IOException - if the file can't be opened
      • getNiceFileName

        public String getNiceFileName​(boolean shortNames,
                                      String inputFileName)
        Description copied from interface: DataSource
        Return a nice version of the filename.
        Parameters:
        shortNames - true if short names are being used
        inputFileName - name of a "master" file this file is relative to
        Returns:
        String
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object