Interface Entry

  • All Known Implementing Classes:
    FileEntryWrapper, JarEntryWrapper

    public interface Entry
    Entry represents an entry in an archive, e.g class file or resource file
    • Method Detail

      • isDirectory

        boolean isDirectory()
        Is directory boolean.
        Returns:
        the boolean
      • getName

        java.lang.String getName()
        Gets name.
        Returns:
        the name
      • getSize

        long getSize()
        Gets size.
        Returns:
        the size