Uses of Interface
com.dyuproject.protostuff.Output

Uses of Output in com.dyuproject.protostuff
 

Classes in com.dyuproject.protostuff with type parameters of type Output
 class FilterOutput<F extends Output>
          A FilterOutput contains some other output, which it uses as its basic sink of data.
 

Subinterfaces of Output in com.dyuproject.protostuff
 interface StatefulOutput
          An output that keeps the state of the schema being used.
 

Classes in com.dyuproject.protostuff that implement Output
 class FilterOutput<F extends Output>
          A FilterOutput contains some other output, which it uses as its basic sink of data.
 

Fields in com.dyuproject.protostuff declared as Output
protected  F FilterOutput.output
           
protected  Output Pipe.output
           
 

Methods in com.dyuproject.protostuff with parameters of type Output
protected abstract  void Pipe.Schema.transfer(Pipe pipe, Input input, Output output)
          Transfer data from the Input to the Output.
 void FilterInput.transferByteRangeTo(Output output, boolean utf8String, int fieldNumber, boolean repeated)
           
 void Input.transferByteRangeTo(Output output, boolean utf8String, int fieldNumber, boolean repeated)
          Transfer the byte range 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.
static void ByteString.writeTo(Output output, ByteString bs, int fieldNumber, boolean repeated)
          Writes the bytes to the Output.
 void Pipe.Schema.writeTo(Output output, Pipe pipe)
           
 void CustomSchema.writeTo(Output output, T message)
           
 void Schema.writeTo(Output output, T message)
          Serializes a message/object to the output.
 



Copyright © 2009-2014. All Rights Reserved.