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

Enclosing class:
StreamingCommand

public static interface StreamingCommand.OutputSink

Content sink that consumes content as soon as it becomes available.


Method Summary
 void sink(InputStream in)
          Consume content from in.
 

Method Detail

sink

void sink(InputStream in)
          throws IOException
Consume content from in.

Throws:
IOException