TrueUpdate Core 0.3

net.java.trueupdate.core.zip.io
Interface ZipOutputTask<V,X extends Exception>

All Superinterfaces:
Task<V,ZipOutput,X>

public interface ZipOutputTask<V,X extends Exception>
extends Task<V,ZipOutput,X>

Executes a task on a ZipOutputStream.

Author:
Christian Schlichtherle
See Also:
ZipSinks.execute(net.java.trueupdate.core.zip.io.ZipOutputTask)

Method Summary
 V execute(ZipOutput resource)
           
 

Method Detail

execute

V execute(@WillNotClose
          ZipOutput resource)
          throws X extends Exception
Specified by:
execute in interface Task<V,ZipOutput,X extends Exception>
Throws:
X extends Exception

TrueUpdate Core 0.3

Copyright © 2013 Schlichtherle IT Services. All rights reserved.