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


@Beta
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 java.io.IOException
Throws:
java.io.IOException


Copyright © 2010 Google. All Rights Reserved.