|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Input in com.dyuproject.protostuff |
|---|
| Classes in com.dyuproject.protostuff with type parameters of type Input | |
|---|---|
class |
FilterInput<F extends Input>
A FilterInput contains some other input, which it uses as its basic
source of data. |
| Subinterfaces of Input in com.dyuproject.protostuff | |
|---|---|
interface |
GraphInput
An input that is stateful and keeps track of the references. |
| Classes in com.dyuproject.protostuff that implement Input | |
|---|---|
class |
FilterInput<F extends Input>
A FilterInput contains some other input, which it uses as its basic
source of data. |
| Fields in com.dyuproject.protostuff declared as Input | |
|---|---|
protected Input |
Pipe.input
|
protected F |
FilterInput.input
|
| Methods in com.dyuproject.protostuff that return Input | |
|---|---|
protected abstract Input |
Pipe.begin(Pipe.Schema<?> pipeSchema)
Begin preliminary input processing. |
| Methods in com.dyuproject.protostuff with parameters of type Input | ||
|---|---|---|
protected abstract void |
Pipe.end(Pipe.Schema<?> pipeSchema,
Input input,
boolean cleanupOnly)
End input processing. |
|
void |
Pipe.Schema.mergeFrom(Input input,
Pipe pipe)
|
|
void |
Schema.mergeFrom(Input input,
T message)
Deserializes a message/object from the input. |
|
void |
CustomSchema.mergeFrom(Input input,
T message)
|
|
protected abstract void |
Pipe.Schema.transfer(Pipe pipe,
Input input,
Output output)
Transfer data from the Input to the Output. |
|
static
|
Pipe.transferDirect(Pipe.Schema<T> pipeSchema,
Pipe pipe,
Input input,
Output output)
This should not be called directly by applications. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||