Uses of Interface
com.dyuproject.protostuff.Input

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  F FilterInput.input
           
protected  Input Pipe.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 CustomSchema.mergeFrom(Input input, T message)
           
 void Schema.mergeFrom(Input input, T message)
          Deserializes a message/object from the input.
protected abstract  void Pipe.Schema.transfer(Pipe pipe, Input input, Output output)
          Transfer data from the Input to the Output.
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-2014. All Rights Reserved.