public static interface Pipe.OnReady
This class represents an object notified when a transformation is done.
Modifier and Type | Method and Description |
---|---|
void |
ready(Pipe.Execution e)
Called once all transformers have been called to transform the source stream.
|
void ready(Pipe.Execution e) throws IOException
Called once all transformers have been called to transform the source stream.
e
- the current executionIOException
- if callback throws an I/O errorCopyright © 2012-2015. All Rights Reserved.