Package com.yworks.util.abstractjar
Interface Entry
-
- All Known Implementing Classes:
FileEntryWrapper,JarEntryWrapper
public interface EntryEntry represents an entry in an archive, e.g class file or resource file
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()Gets name.longgetSize()Gets size.booleanisDirectory()Is directory boolean.
-