|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.koushikdutta.async.BufferedDataSink
com.koushikdutta.async.FilteredDataSink
com.koushikdutta.async.ZipDataSink
public class ZipDataSink
| Constructor Summary | |
|---|---|
ZipDataSink(DataSink sink)
|
|
| Method Summary | |
|---|---|
void |
close()
|
void |
closeEntry()
|
ByteBufferList |
filter(ByteBufferList bb)
|
void |
putNextEntry(java.util.zip.ZipEntry ze)
|
protected void |
report(java.lang.Exception e)
|
| Methods inherited from class com.koushikdutta.async.FilteredDataSink |
|---|
write, write |
| Methods inherited from class com.koushikdutta.async.BufferedDataSink |
|---|
end, getClosedCallback, getDataSink, getMaxBuffer, getServer, getWriteableCallback, isBuffering, isOpen, remaining, setClosedCallback, setMaxBuffer, setWriteableCallback, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ZipDataSink(DataSink sink)
| Method Detail |
|---|
public void putNextEntry(java.util.zip.ZipEntry ze)
throws java.io.IOException
java.io.IOException
public void closeEntry()
throws java.io.IOException
java.io.IOExceptionprotected void report(java.lang.Exception e)
public void close()
close in interface DataSinkclose in class BufferedDataSinkpublic ByteBufferList filter(ByteBufferList bb)
filter in class FilteredDataSink
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||