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


public interface OutputSupplier<T>

An factory for writable streams of bytes or characters.

Since:
1
Author:
Chris Nokleberg

Method Summary
 T getOutput()
           
 

Method Detail

getOutput

T getOutput()
            throws IOException
Throws:
IOException