|
TrueUpdate Core 0.1.7 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.java.trueupdate.core.io.ZipEntrySource
public final class ZipEntrySource
Reads a ZIP entry from a ZIP file.
ZipEntrySink| Constructor Summary | |
|---|---|
ZipEntrySource(ZipEntry entry,
ZipFile file)
|
|
| Method Summary | |
|---|---|
boolean |
directory()
Returns true if the entry is a directory entry. |
InputStream |
input()
Returns an input stream for reading the ZIP entry contents. |
String |
name()
Returns the entry name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ZipEntrySource(ZipEntry entry,
ZipFile file)
| Method Detail |
|---|
public boolean directory()
true if the entry is a directory entry.
public InputStream input()
throws IOException
input in interface SourceIOExceptionpublic String name()
|
TrueUpdate Core 0.1.7 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||