接口 ArchiveEntry


  • public interface ArchiveEntry
    Represent an entry in the archive.
    作者:
    Steve Ebersole
    • 方法详细资料

      • getName

        String getName()
        Get the entry's name
        返回:
        The name
      • getNameWithinArchive

        String getNameWithinArchive()
        Get the relative name of the entry within the archive. Typically what we are looking for here is the ClassLoader resource lookup name.
        返回:
        The name relative to the archive root
      • getStreamAccess

        InputStreamAccess getStreamAccess()
        Get access to the stream for the entry
        返回:
        Obtain stream access to the entry