Uses of Class
com.google.protobuf.CodedOutputStream

Uses of CodedOutputStream in com.google.protobuf
 

Methods in com.google.protobuf that return CodedOutputStream
static CodedOutputStream CodedOutputStream.newInstance(byte[] flatArray)
          Create a new CodedOutputStream that writes directly to the given byte array.
static CodedOutputStream CodedOutputStream.newInstance(byte[] flatArray, int offset, int length)
          Create a new CodedOutputStream that writes directly to the given byte array slice.
static CodedOutputStream CodedOutputStream.newInstance(java.io.OutputStream output)
          Create a new CodedOutputStream wrapping the given OutputStream.
static CodedOutputStream CodedOutputStream.newInstance(java.io.OutputStream output, int bufferSize)
          Create a new CodedOutputStream wrapping the given OutputStream with a given buffer size.
 

Methods in com.google.protobuf with parameters of type CodedOutputStream
 void UnknownFieldSet.Field.writeAsMessageSetExtensionTo(int fieldNumber, CodedOutputStream output)
          Serializes the field, including field number, and writes it to output, using MessageSet wire format.
 void UnknownFieldSet.writeAsMessageSetTo(CodedOutputStream output)
          Serializes the set and writes it to output using MessageSet wire format.
 void UnknownFieldSet.writeTo(CodedOutputStream output)
          Serializes the set and writes it to output.
 void MessageLite.writeTo(CodedOutputStream output)
          Serializes the message and writes it to output.
 void DynamicMessage.writeTo(CodedOutputStream output)
           
 void AbstractMessage.writeTo(CodedOutputStream output)
           
 void UnknownFieldSet.Field.writeTo(int fieldNumber, CodedOutputStream output)
          Serializes the field, including field number, and writes it to output.
 void GeneratedMessageLite.ExtendableMessage.ExtensionWriter.writeUntil(int end, CodedOutputStream output)
           
 void GeneratedMessage.ExtendableMessage.ExtensionWriter.writeUntil(int end, CodedOutputStream output)
           
 



Copyright © 2008-2010 Google. All Rights Reserved.