com.google.enterprise.adaptor.prebuilt
Interface StreamingCommand.InputSource

Enclosing class:
StreamingCommand

public static interface StreamingCommand.InputSource

Content source that generates content at the rate it can be consumed.


Method Summary
 void source(OutputStream out)
          Generate content and write it to out.
 

Method Detail

source

void source(OutputStream out)
            throws IOException
Generate content and write it to out.

Throws:
IOException