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


Method Summary
 T getOutput()
           
 

Method Detail

getOutput

T getOutput()
            throws java.io.IOException
Throws:
java.io.IOException