Uses of Class
com.dyuproject.protostuff.Pipe

Uses of Pipe in com.dyuproject.protostuff
 

Methods in com.dyuproject.protostuff that return Pipe
 Pipe Pipe.Schema.newMessage()
           
protected  Pipe Pipe.reset()
          Resets this pipe for re-use.
 

Methods in com.dyuproject.protostuff that return types with arguments of type Pipe
 java.lang.Class<Pipe> Pipe.Schema.typeClass()
           
 

Methods in com.dyuproject.protostuff with parameters of type Pipe
 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)
          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.
 void Pipe.Schema.writeTo(Output output, Pipe pipe)
           
 



Copyright © 2009-2013. All Rights Reserved.