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


public interface InputSupplier<T>

A factory for readable streams of bytes or characters.

Since:
1
Author:
Chris Nokleberg

Method Summary
 T getInput()
           
 

Method Detail

getInput

T getInput()
           throws IOException
Throws:
IOException