public interface ArchiveEntry
| Modifier and Type | Method and Description | 
|---|---|
| String | getName()Get the entry's name | 
| String | getNameWithinArchive()Get the relative name of the entry within the archive. | 
| InputStreamAccess | getStreamAccess()Get access to the stream for the entry | 
String getName()
String getNameWithinArchive()
InputStreamAccess getStreamAccess()
Copyright © 2017 JBoss by Red Hat. All rights reserved.