TrueUpdate Core 0.3

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

All Superinterfaces:
Task<V,InputStream,X>

public interface InputTask<V,X extends Exception>
extends Task<V,InputStream,X>

Executes a task on an InputStream.

Author:
Christian Schlichtherle
See Also:
Sources.execute(net.java.trueupdate.core.io.InputTask)

Method Summary
 V execute(InputStream resource)
           
 

Method Detail

execute

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

TrueUpdate Core 0.3

Copyright © 2013 Schlichtherle IT Services. All rights reserved.