Interface ArchiveEntry
public interface ArchiveEntry
Represent an entry in the archive.
-
Method Details
-
getName
String getName()The entry name. -
getNameWithinArchive
String getNameWithinArchive()The relative name of the entry within the archive. Typically, what we are looking for here is the ClassLoader resource lookup name.- Returns:
- The name relative to the archive root
-
getUri
URI getUri()URI reference to the entry. Useful for externalizing reference to the entry. -
getStreamAccess
InputStreamAccess getStreamAccess()Get access to the stream for the entry- Returns:
- Obtain stream access to the entry
-