com.google.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.

Since:
9.09.15 tentative
Author:
Chris Nokleberg

Method Summary
 T getInput()
           
 

Method Detail

getInput

T getInput()
           throws IOException
Throws:
IOException