public interface Stream
Modifier and Type | Method and Description |
---|---|
void |
close(Thread.UncaughtExceptionHandler errorHandler)
Signal the work is done, the caller can be aware of error that were not caught.
|
void |
provide(Chunk chunk)
Provide a chunk.
|
void provide(Chunk chunk)
chunk
- the chunkvoid close(Thread.UncaughtExceptionHandler errorHandler)
errorHandler
argument can be null.errorHandler
- the optional error handlerCopyright © 2015 eXo Platform SAS. All rights reserved.