public class ZipScannedItem extends AbstractScannedItem
| Constructor and Description |
|---|
ZipScannedItem(Scanner scanner,
ZipScannedItem marker,
ZipFile file,
ZipEntry entry) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAbsolutePath() |
ZipEntry |
getEntry() |
ZipFile |
getFile() |
InputStream |
getInputStream() |
String |
getName() |
String |
getRelativePath() |
long |
getSize() |
int |
hashCode() |
getClassName, getContent, getExtension, getMarker, getScanner, loadAsClass, loadAsProperties, toStringpublic ZipScannedItem(Scanner scanner, ZipScannedItem marker, ZipFile file, ZipEntry entry)
public String getRelativePath()
public String getAbsolutePath()
public long getSize()
public InputStream getInputStream() throws IOException
IOException