TrueUpdate Core 0.4

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

All Superinterfaces:
Task<V,OutputStream,X>

public interface OutputTask<V,X extends Exception>
extends Task<V,OutputStream,X>

Executes a task on an OutputStream.

Author:
Christian Schlichtherle
See Also:
Sinks.execute(net.java.trueupdate.core.io.OutputTask)

Method Summary
 V execute(OutputStream resource)
           
 

Method Detail

execute

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

TrueUpdate Core 0.4

Copyright © 2013 Schlichtherle IT Services. All rights reserved.