|
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.ZipEntrySink
public final class ZipEntrySink
Writes a ZIP entry to a ZIP output stream.
ZipEntrySource| Constructor Summary | |
|---|---|
ZipEntrySink(ZipEntry entry,
ZipOutputStream out)
|
|
| Method Summary | |
|---|---|
boolean |
directory()
Returns true if the entry is a directory entry. |
String |
name()
Returns the entry name. |
OutputStream |
output()
Returns a new output stream for writing the binary data to this sink. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ZipEntrySink(ZipEntry entry,
ZipOutputStream out)
| Method Detail |
|---|
public boolean directory()
true if the entry is a directory entry.
public String name()
public OutputStream output()
throws IOException
Sink
output in interface SinkIOException
|
TrueUpdate Core 0.1.7 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||