- WireFormat - Class in com.google.protobuf
-
This class is used internally by the Protocol Buffer library and generated message implementations.
- WireFormat.FieldType - Enum in com.google.protobuf
-
This is only here to support the lite runtime and should not be used by users.
- WireFormat.JavaType - Enum in com.google.protobuf
-
This is only here to support the lite runtime and should not be used by users.
- WIRETYPE_END_GROUP - Static variable in class com.google.protobuf.WireFormat
-
- WIRETYPE_FIXED32 - Static variable in class com.google.protobuf.WireFormat
-
- WIRETYPE_FIXED64 - Static variable in class com.google.protobuf.WireFormat
-
- WIRETYPE_LENGTH_DELIMITED - Static variable in class com.google.protobuf.WireFormat
-
- WIRETYPE_START_GROUP - Static variable in class com.google.protobuf.WireFormat
-
- WIRETYPE_VARINT - Static variable in class com.google.protobuf.WireFormat
-
- write(byte) - Method in class com.google.protobuf.ByteOutput
-
Writes a single byte.
- write(byte[], int, int) - Method in class com.google.protobuf.ByteOutput
-
Writes a sequence of bytes.
- write(ByteBuffer) - Method in class com.google.protobuf.ByteOutput
-
Writes a sequence of bytes.
- write(int) - Method in class com.google.protobuf.ByteString.Output
-
- write(byte[], int, int) - Method in class com.google.protobuf.ByteString.Output
-
- write(byte) - Method in class com.google.protobuf.CodedOutputStream
-
- write(byte[], int, int) - Method in class com.google.protobuf.CodedOutputStream
-
- write(ByteBuffer) - Method in class com.google.protobuf.CodedOutputStream
-
- writeBool(int, boolean) - Method in class com.google.protobuf.CodedOutputStream
-
Write a bool
field, including tag, to the stream.
- writeBoolNoTag(boolean) - Method in class com.google.protobuf.CodedOutputStream
-
Write a bool
field to the stream.
- writeByteArray(int, byte[]) - Method in class com.google.protobuf.CodedOutputStream
-
Write a bytes
field, including tag, to the stream.
- writeByteArray(int, byte[], int, int) - Method in class com.google.protobuf.CodedOutputStream
-
Write a bytes
field, including tag, to the stream.
- writeByteArrayNoTag(byte[]) - Method in class com.google.protobuf.CodedOutputStream
-
Write a bytes
field to the stream.
- writeByteBuffer(int, ByteBuffer) - Method in class com.google.protobuf.CodedOutputStream
-
Write a bytes
field, including tag, to the stream.
- writeBytes(int, ByteString) - Method in class com.google.protobuf.CodedOutputStream
-
Write a bytes
field, including tag, to the stream.
- writeBytesNoTag(ByteString) - Method in class com.google.protobuf.CodedOutputStream
-
Write a bytes
field to the stream.
- writeDelimitedTo(OutputStream) - Method in class com.google.protobuf.AbstractMessageLite
-
- writeDelimitedTo(OutputStream) - Method in interface com.google.protobuf.MessageLite
-
- writeDouble(int, double) - Method in class com.google.protobuf.CodedOutputStream
-
Write a double
field, including tag, to the stream.
- writeDoubleNoTag(double) - Method in class com.google.protobuf.CodedOutputStream
-
Write a double
field to the stream.
- writeEnum(int, int) - Method in class com.google.protobuf.CodedOutputStream
-
Write an enum field, including tag, to the stream.
- writeEnumNoTag(int) - Method in class com.google.protobuf.CodedOutputStream
-
Write an enum field to the stream.
- writeFixed32(int, int) - Method in class com.google.protobuf.CodedOutputStream
-
Write a fixed32
field, including tag, to the stream.
- writeFixed32NoTag(int) - Method in class com.google.protobuf.CodedOutputStream
-
Write a fixed32
field to the stream.
- writeFixed64(int, long) - Method in class com.google.protobuf.CodedOutputStream
-
Write a fixed64
field, including tag, to the stream.
- writeFixed64NoTag(long) - Method in class com.google.protobuf.CodedOutputStream
-
Write a fixed64
field to the stream.
- writeFloat(int, float) - Method in class com.google.protobuf.CodedOutputStream
-
Write a float
field, including tag, to the stream.
- writeFloatNoTag(float) - Method in class com.google.protobuf.CodedOutputStream
-
Write a float
field to the stream.
- writeGroup(int, MessageLite) - Method in class com.google.protobuf.CodedOutputStream
-
- writeGroupNoTag(MessageLite) - Method in class com.google.protobuf.CodedOutputStream
-
- writeInt32(int, int) - Method in class com.google.protobuf.CodedOutputStream
-
Write an int32
field, including tag, to the stream.
- writeInt32NoTag(int) - Method in class com.google.protobuf.CodedOutputStream
-
Write an int32
field to the stream.
- writeInt64(int, long) - Method in class com.google.protobuf.CodedOutputStream
-
Write an int64
field, including tag, to the stream.
- writeInt64NoTag(long) - Method in class com.google.protobuf.CodedOutputStream
-
Write an int64
field to the stream.
- writeLazy(byte[], int, int) - Method in class com.google.protobuf.ByteOutput
-
Writes a sequence of bytes.
- writeLazy(ByteBuffer) - Method in class com.google.protobuf.ByteOutput
-
Writes a sequence of bytes.
- writeLazy(byte[], int, int) - Method in class com.google.protobuf.CodedOutputStream
-
- writeLazy(ByteBuffer) - Method in class com.google.protobuf.CodedOutputStream
-
- writeMessage(int, MessageLite) - Method in class com.google.protobuf.CodedOutputStream
-
Write an embedded message field, including tag, to the stream.
- writeMessageNoTag(MessageLite) - Method in class com.google.protobuf.CodedOutputStream
-
Write an embedded message field to the stream.
- writeMessageSetExtension(int, MessageLite) - Method in class com.google.protobuf.CodedOutputStream
-
Write a MessageSet extension field to the stream.
- writeRawByte(byte) - Method in class com.google.protobuf.CodedOutputStream
-
Write a single byte.
- writeRawByte(int) - Method in class com.google.protobuf.CodedOutputStream
-
Write a single byte, represented by an integer value.
- writeRawBytes(byte[]) - Method in class com.google.protobuf.CodedOutputStream
-
Write an array of bytes.
- writeRawBytes(byte[], int, int) - Method in class com.google.protobuf.CodedOutputStream
-
Write part of an array of bytes.
- writeRawBytes(ByteString) - Method in class com.google.protobuf.CodedOutputStream
-
Write a byte string.
- writeRawBytes(ByteBuffer) - Method in class com.google.protobuf.CodedOutputStream
-
Write a ByteBuffer.
- writeRawLittleEndian32(int) - Method in class com.google.protobuf.CodedOutputStream
-
- writeRawLittleEndian64(long) - Method in class com.google.protobuf.CodedOutputStream
-
- writeRawMessageSetExtension(int, ByteString) - Method in class com.google.protobuf.CodedOutputStream
-
Write an unparsed MessageSet extension field to the stream.
- writeRawVarint32(int) - Method in class com.google.protobuf.CodedOutputStream
-
- writeRawVarint64(long) - Method in class com.google.protobuf.CodedOutputStream
-
- writeSFixed32(int, int) - Method in class com.google.protobuf.CodedOutputStream
-
Write an sfixed32
field, including tag, to the stream.
- writeSFixed32NoTag(int) - Method in class com.google.protobuf.CodedOutputStream
-
Write a sfixed32
field to the stream.
- writeSFixed64(int, long) - Method in class com.google.protobuf.CodedOutputStream
-
Write an sfixed64
field, including tag, to the stream.
- writeSFixed64NoTag(long) - Method in class com.google.protobuf.CodedOutputStream
-
Write a sfixed64
field to the stream.
- writeSInt32(int, int) - Method in class com.google.protobuf.CodedOutputStream
-
Write a sint32
field, including tag, to the stream.
- writeSInt32NoTag(int) - Method in class com.google.protobuf.CodedOutputStream
-
Write a sint32
field to the stream.
- writeSInt64(int, long) - Method in class com.google.protobuf.CodedOutputStream
-
Write an sint64
field, including tag, to the stream.
- writeSInt64NoTag(long) - Method in class com.google.protobuf.CodedOutputStream
-
Write a sint64
field to the stream.
- writeString(int, String) - Method in class com.google.protobuf.CodedOutputStream
-
Write a string
field, including tag, to the stream.
- writeStringNoTag(String) - Method in class com.google.protobuf.CodedOutputStream
-
Write a string
field to the stream.
- writeTag(int, int) - Method in class com.google.protobuf.CodedOutputStream
-
Encode and write a tag.
- writeTo(OutputStream) - Method in class com.google.protobuf.AbstractMessageLite
-
- writeTo(OutputStream) - Method in class com.google.protobuf.ByteString.Output
-
Writes the complete contents of this byte array output stream to the specified output stream argument.
- writeTo(OutputStream) - Method in class com.google.protobuf.ByteString
-
Writes a copy of the contents of this byte string to the specified output stream argument.
- writeTo(CodedOutputStream) - Method in interface com.google.protobuf.MessageLite
-
Serializes the message and writes it to output
.
- writeTo(OutputStream) - Method in interface com.google.protobuf.MessageLite
-
Serializes the message and writes it to output
.
- writeTo(CodedOutputStream) - Method in class com.google.protobuf.UnknownFieldSetLite
-
Serializes the set and writes it to output
.
- writeUInt32(int, int) - Method in class com.google.protobuf.CodedOutputStream
-
Write a uint32
field, including tag, to the stream.
- writeUInt32NoTag(int) - Method in class com.google.protobuf.CodedOutputStream
-
Write a uint32
field to the stream.
- writeUInt64(int, long) - Method in class com.google.protobuf.CodedOutputStream
-
Write a uint64
field, including tag, to the stream.
- writeUInt64NoTag(long) - Method in class com.google.protobuf.CodedOutputStream
-
Write a uint64
field to the stream.
- writeUntil(int, CodedOutputStream) - Method in class com.google.protobuf.GeneratedMessageLite.ExtendableMessage.ExtensionWriter
-