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

Type Parameters:
T - the type of object being supplied

public interface OutputSupplier<T>

An factory for writable streams of bytes or characters.

Since:
9.09.15 tentative
Author:
Chris Nokleberg

Method Summary
 T getOutput()
           
 

Method Detail

getOutput

T getOutput()
            throws IOException
Throws:
IOException