| Modifier and Type | Method and Description |
|---|---|
protected abstract Input |
Pipe.begin(Pipe.Schema<?> pipeSchema)
Begin preliminary input processing.
|
protected abstract void |
Pipe.end(Pipe.Schema<?> pipeSchema,
Input input,
boolean cleanupOnly)
End input processing.
|
static <T> void |
Pipe.transferDirect(Pipe.Schema<T> pipeSchema,
Pipe pipe,
Input input,
Output output)
This should not be called directly by applications.
|
Copyright © 2009-2017. All Rights Reserved.