| Modifier and Type | Method and Description |
|---|---|
Pipe |
Pipe.Schema.newMessage() |
protected Pipe |
Pipe.reset()
Resets this pipe for re-use.
|
| Modifier and Type | Method and Description |
|---|---|
Class<Pipe> |
Pipe.Schema.typeClass() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Pipe.Schema.isInitialized(Pipe message)
Always returns true since we're just transferring data.
|
void |
Pipe.Schema.mergeFrom(Input input,
Pipe pipe) |
protected abstract void |
Pipe.Schema.transfer(Pipe pipe,
Input input,
Output output)
|
static <T> void |
Pipe.transferDirect(Pipe.Schema<T> pipeSchema,
Pipe pipe,
Input input,
Output output)
This should not be called directly by applications.
|
void |
Pipe.Schema.writeTo(Output output,
Pipe pipe) |
Copyright © 2009–2022. All rights reserved.