com.google.gdata.util.common.io
Interface InputSupplier<T>

Type Parameters:
T - the type of object being supplied

public interface InputSupplier<T>

An factory for readable streams of bytes or characters.


Method Summary
 T getInput()
           
 

Method Detail

getInput

T getInput()
           throws java.io.IOException
Throws:
java.io.IOException