TrueUpdate Core 0.3

Uses of Interface
net.java.trueupdate.core.io.Task

Packages that use Task
net.java.trueupdate.core.io Provides core I/O services. 
net.java.trueupdate.core.zip.io Provides ZIP I/O services. 
 

Uses of Task in net.java.trueupdate.core.io
 

Subinterfaces of Task in net.java.trueupdate.core.io
 interface InputTask<V,X extends Exception>
          Executes a task on an InputStream.
 interface OutputTask<V,X extends Exception>
          Executes a task on an OutputStream.
 

Methods in net.java.trueupdate.core.io with parameters of type Task
static
<V,R extends Closeable,X extends Exception>
V
Closeables.execute(Task<V,R,X> task, R resource)
          Executes the given task on the given resource and finally closes it.
 

Uses of Task in net.java.trueupdate.core.zip.io
 

Subinterfaces of Task in net.java.trueupdate.core.zip.io
 interface ZipInputTask<V,X extends Exception>
          Executes a task on a ZipFile.
 interface ZipOutputTask<V,X extends Exception>
          Executes a task on a ZipOutputStream.
 


TrueUpdate Core 0.3

Copyright © 2013 Schlichtherle IT Services. All rights reserved.