Public Member Functions | |
void | flush () throws IOException |
void | flush () throws IOException |
void | write (byte value) throws IOException |
void | write (byte value) throws IOException |
void | write (byte[] value, int offset, int length) throws IOException |
void | write (byte[] value, int offset, int length) throws IOException |
void | write (ByteBuffer value) throws IOException |
void | write (ByteBuffer value) throws IOException |
void | writeBool (final int fieldNumber, final boolean value) throws IOException |
void | writeBool (final int fieldNumber, final boolean value) throws IOException |
void | writeByteArray (final int fieldNumber, final byte[] value) throws IOException |
void | writeByteArray (final int fieldNumber, final byte[] value) throws IOException |
void | writeByteArray (final int fieldNumber, final byte[] value, final int offset, final int length) throws IOException |
void | writeByteArray (final int fieldNumber, final byte[] value, final int offset, final int length) throws IOException |
void | writeByteArrayNoTag (final byte[] value, int offset, int length) throws IOException |
void | writeByteArrayNoTag (final byte[] value, int offset, int length) throws IOException |
void | writeByteBuffer (final int fieldNumber, final ByteBuffer value) throws IOException |
void | writeByteBuffer (final int fieldNumber, final ByteBuffer value) throws IOException |
void | writeBytes (final int fieldNumber, final ByteString value) throws IOException |
void | writeBytes (final int fieldNumber, final ByteString value) throws IOException |
void | writeBytesNoTag (final ByteString value) throws IOException |
void | writeBytesNoTag (final ByteString value) throws IOException |
void | writeFixed32 (final int fieldNumber, final int value) throws IOException |
void | writeFixed32 (final int fieldNumber, final int value) throws IOException |
void | writeFixed32NoTag (final int value) throws IOException |
void | writeFixed32NoTag (final int value) throws IOException |
void | writeFixed64 (final int fieldNumber, final long value) throws IOException |
void | writeFixed64 (final int fieldNumber, final long value) throws IOException |
void | writeFixed64NoTag (final long value) throws IOException |
void | writeFixed64NoTag (final long value) throws IOException |
void | writeInt32 (final int fieldNumber, final int value) throws IOException |
void | writeInt32 (final int fieldNumber, final int value) throws IOException |
void | writeInt32NoTag (int value) throws IOException |
void | writeInt32NoTag (int value) throws IOException |
void | writeLazy (byte[] value, int offset, int length) throws IOException |
void | writeLazy (byte[] value, int offset, int length) throws IOException |
void | writeLazy (ByteBuffer value) throws IOException |
void | writeLazy (ByteBuffer value) throws IOException |
void | writeMessage (final int fieldNumber, final MessageLite value) throws IOException |
void | writeMessage (final int fieldNumber, final MessageLite value) throws IOException |
void | writeMessageNoTag (final MessageLite value) throws IOException |
void | writeMessageNoTag (final MessageLite value) throws IOException |
void | writeMessageSetExtension (final int fieldNumber, final MessageLite value) throws IOException |
void | writeMessageSetExtension (final int fieldNumber, final MessageLite value) throws IOException |
void | writeRawBytes (final ByteBuffer value) throws IOException |
void | writeRawBytes (final ByteBuffer value) throws IOException |
void | writeRawMessageSetExtension (final int fieldNumber, final ByteString value) throws IOException |
void | writeRawMessageSetExtension (final int fieldNumber, final ByteString value) throws IOException |
void | writeString (final int fieldNumber, final String value) throws IOException |
void | writeString (final int fieldNumber, final String value) throws IOException |
void | writeStringNoTag (String value) throws IOException |
void | writeStringNoTag (String value) throws IOException |
void | writeTag (final int fieldNumber, final int wireType) throws IOException |
void | writeTag (final int fieldNumber, final int wireType) throws IOException |
void | writeUInt32 (final int fieldNumber, final int value) throws IOException |
void | writeUInt32 (final int fieldNumber, final int value) throws IOException |
void | writeUInt32NoTag (int value) throws IOException |
void | writeUInt32NoTag (int value) throws IOException |
void | writeUInt64 (final int fieldNumber, final long value) throws IOException |
void | writeUInt64 (final int fieldNumber, final long value) throws IOException |
void | writeUInt64NoTag (long value) throws IOException |
void | writeUInt64NoTag (long value) throws IOException |
![]() | |
final int | getTotalBytesWritten () |
final int | getTotalBytesWritten () |
final int | spaceLeft () |
final int | spaceLeft () |
![]() | |
final void | checkNoSpaceLeft () |
final void | checkNoSpaceLeft () |
void | useDeterministicSerialization () |
void | useDeterministicSerialization () |
final void | writeBoolNoTag (final boolean value) throws IOException |
final void | writeBoolNoTag (final boolean value) throws IOException |
final void | writeByteArrayNoTag (final byte[] value) throws IOException |
final void | writeByteArrayNoTag (final byte[] value) throws IOException |
final void | writeDouble (final int fieldNumber, final double value) throws IOException |
final void | writeDouble (final int fieldNumber, final double value) throws IOException |
final void | writeDoubleNoTag (final double value) throws IOException |
final void | writeDoubleNoTag (final double value) throws IOException |
final void | writeEnum (final int fieldNumber, final int value) throws IOException |
final void | writeEnum (final int fieldNumber, final int value) throws IOException |
final void | writeEnumNoTag (final int value) throws IOException |
final void | writeEnumNoTag (final int value) throws IOException |
final void | writeFloat (final int fieldNumber, final float value) throws IOException |
final void | writeFloat (final int fieldNumber, final float value) throws IOException |
final void | writeFloatNoTag (final float value) throws IOException |
final void | writeFloatNoTag (final float value) throws IOException |
final void | writeGroup (final int fieldNumber, final MessageLite value) throws IOException |
final void | writeGroup (final int fieldNumber, final MessageLite value) throws IOException |
final void | writeGroupNoTag (final MessageLite value) throws IOException |
final void | writeGroupNoTag (final MessageLite value) throws IOException |
final void | writeInt64 (final int fieldNumber, final long value) throws IOException |
final void | writeInt64 (final int fieldNumber, final long value) throws IOException |
final void | writeInt64NoTag (final long value) throws IOException |
final void | writeInt64NoTag (final long value) throws IOException |
final void | writeRawByte (final byte value) throws IOException |
final void | writeRawByte (final byte value) throws IOException |
final void | writeRawByte (final int value) throws IOException |
final void | writeRawByte (final int value) throws IOException |
final void | writeRawBytes (final byte[] value) throws IOException |
final void | writeRawBytes (final byte[] value) throws IOException |
final void | writeRawBytes (final byte[] value, int offset, int length) throws IOException |
final void | writeRawBytes (final byte[] value, int offset, int length) throws IOException |
final void | writeRawBytes (final ByteString value) throws IOException |
final void | writeRawBytes (final ByteString value) throws IOException |
final void | writeRawLittleEndian32 (final int value) throws IOException |
final void | writeRawLittleEndian32 (final int value) throws IOException |
final void | writeRawLittleEndian64 (final long value) throws IOException |
final void | writeRawLittleEndian64 (final long value) throws IOException |
final void | writeRawVarint32 (int value) throws IOException |
final void | writeRawVarint32 (int value) throws IOException |
final void | writeRawVarint64 (long value) throws IOException |
final void | writeRawVarint64 (long value) throws IOException |
final void | writeSFixed32 (final int fieldNumber, final int value) throws IOException |
final void | writeSFixed32 (final int fieldNumber, final int value) throws IOException |
final void | writeSFixed32NoTag (final int value) throws IOException |
final void | writeSFixed32NoTag (final int value) throws IOException |
final void | writeSFixed64 (final int fieldNumber, final long value) throws IOException |
final void | writeSFixed64 (final int fieldNumber, final long value) throws IOException |
final void | writeSFixed64NoTag (final long value) throws IOException |
final void | writeSFixed64NoTag (final long value) throws IOException |
final void | writeSInt32 (final int fieldNumber, final int value) throws IOException |
final void | writeSInt32 (final int fieldNumber, final int value) throws IOException |
final void | writeSInt32NoTag (final int value) throws IOException |
final void | writeSInt32NoTag (final int value) throws IOException |
final void | writeSInt64 (final int fieldNumber, final long value) throws IOException |
final void | writeSInt64 (final int fieldNumber, final long value) throws IOException |
final void | writeSInt64NoTag (final long value) throws IOException |
final void | writeSInt64NoTag (final long value) throws IOException |
Private Member Functions | |
void | doFlush () throws IOException |
void | doFlush () throws IOException |
void | flushIfNotAvailable (int requiredSize) throws IOException |
void | flushIfNotAvailable (int requiredSize) throws IOException |
Private Attributes | |
final ByteOutput | out |
Additional Inherited Members | |
![]() | |
static int | computeBoolSize (final int fieldNumber, final boolean value) |
static int | computeBoolSize (final int fieldNumber, final boolean value) |
static int | computeBoolSizeNoTag (@SuppressWarnings("unused") final boolean unused) |
static int | computeBoolSizeNoTag (@SuppressWarnings("unused") final boolean unused) |
static int | computeByteArraySize (final int fieldNumber, final byte[] value) |
static int | computeByteArraySize (final int fieldNumber, final byte[] value) |
static int | computeByteArraySizeNoTag (final byte[] value) |
static int | computeByteArraySizeNoTag (final byte[] value) |
static int | computeByteBufferSize (final int fieldNumber, final ByteBuffer value) |
static int | computeByteBufferSize (final int fieldNumber, final ByteBuffer value) |
static int | computeByteBufferSizeNoTag (final ByteBuffer value) |
static int | computeByteBufferSizeNoTag (final ByteBuffer value) |
static int | computeBytesSize (final int fieldNumber, final ByteString value) |
static int | computeBytesSize (final int fieldNumber, final ByteString value) |
static int | computeBytesSizeNoTag (final ByteString value) |
static int | computeBytesSizeNoTag (final ByteString value) |
static int | computeDoubleSize (final int fieldNumber, final double value) |
static int | computeDoubleSize (final int fieldNumber, final double value) |
static int | computeDoubleSizeNoTag (@SuppressWarnings("unused") final double unused) |
static int | computeDoubleSizeNoTag (@SuppressWarnings("unused") final double unused) |
static int | computeEnumSize (final int fieldNumber, final int value) |
static int | computeEnumSize (final int fieldNumber, final int value) |
static int | computeEnumSizeNoTag (final int value) |
static int | computeEnumSizeNoTag (final int value) |
static int | computeFixed32Size (final int fieldNumber, final int value) |
static int | computeFixed32Size (final int fieldNumber, final int value) |
static int | computeFixed32SizeNoTag (@SuppressWarnings("unused") final int unused) |
static int | computeFixed32SizeNoTag (@SuppressWarnings("unused") final int unused) |
static int | computeFixed64Size (final int fieldNumber, final long value) |
static int | computeFixed64Size (final int fieldNumber, final long value) |
static int | computeFixed64SizeNoTag (@SuppressWarnings("unused") final long unused) |
static int | computeFixed64SizeNoTag (@SuppressWarnings("unused") final long unused) |
static int | computeFloatSize (final int fieldNumber, final float value) |
static int | computeFloatSize (final int fieldNumber, final float value) |
static int | computeFloatSizeNoTag (@SuppressWarnings("unused") final float unused) |
static int | computeFloatSizeNoTag (@SuppressWarnings("unused") final float unused) |
static int | computeGroupSize (final int fieldNumber, final MessageLite value) |
static int | computeGroupSize (final int fieldNumber, final MessageLite value) |
static int | computeGroupSizeNoTag (final MessageLite value) |
static int | computeGroupSizeNoTag (final MessageLite value) |
static int | computeInt32Size (final int fieldNumber, final int value) |
static int | computeInt32Size (final int fieldNumber, final int value) |
static int | computeInt32SizeNoTag (final int value) |
static int | computeInt32SizeNoTag (final int value) |
static int | computeInt64Size (final int fieldNumber, final long value) |
static int | computeInt64Size (final int fieldNumber, final long value) |
static int | computeInt64SizeNoTag (final long value) |
static int | computeInt64SizeNoTag (final long value) |
static int | computeLazyFieldMessageSetExtensionSize (final int fieldNumber, final LazyFieldLite value) |
static int | computeLazyFieldMessageSetExtensionSize (final int fieldNumber, final LazyFieldLite value) |
static int | computeLazyFieldSize (final int fieldNumber, final LazyFieldLite value) |
static int | computeLazyFieldSize (final int fieldNumber, final LazyFieldLite value) |
static int | computeLazyFieldSizeNoTag (final LazyFieldLite value) |
static int | computeLazyFieldSizeNoTag (final LazyFieldLite value) |
static int | computeMessageSetExtensionSize (final int fieldNumber, final MessageLite value) |
static int | computeMessageSetExtensionSize (final int fieldNumber, final MessageLite value) |
static int | computeMessageSize (final int fieldNumber, final MessageLite value) |
static int | computeMessageSize (final int fieldNumber, final MessageLite value) |
static int | computeMessageSizeNoTag (final MessageLite value) |
static int | computeMessageSizeNoTag (final MessageLite value) |
static int | computeRawMessageSetExtensionSize (final int fieldNumber, final ByteString value) |
static int | computeRawMessageSetExtensionSize (final int fieldNumber, final ByteString value) |
static int | computeRawVarint32Size (final int value) |
static int | computeRawVarint32Size (final int value) |
static int | computeRawVarint64Size (long value) |
static int | computeRawVarint64Size (long value) |
static int | computeSFixed32Size (final int fieldNumber, final int value) |
static int | computeSFixed32Size (final int fieldNumber, final int value) |
static int | computeSFixed32SizeNoTag (@SuppressWarnings("unused") final int unused) |
static int | computeSFixed32SizeNoTag (@SuppressWarnings("unused") final int unused) |
static int | computeSFixed64Size (final int fieldNumber, final long value) |
static int | computeSFixed64Size (final int fieldNumber, final long value) |
static int | computeSFixed64SizeNoTag (@SuppressWarnings("unused") final long unused) |
static int | computeSFixed64SizeNoTag (@SuppressWarnings("unused") final long unused) |
static int | computeSInt32Size (final int fieldNumber, final int value) |
static int | computeSInt32Size (final int fieldNumber, final int value) |
static int | computeSInt32SizeNoTag (final int value) |
static int | computeSInt32SizeNoTag (final int value) |
static int | computeSInt64Size (final int fieldNumber, final long value) |
static int | computeSInt64Size (final int fieldNumber, final long value) |
static int | computeSInt64SizeNoTag (final long value) |
static int | computeSInt64SizeNoTag (final long value) |
static int | computeStringSize (final int fieldNumber, final String value) |
static int | computeStringSize (final int fieldNumber, final String value) |
static int | computeStringSizeNoTag (final String value) |
static int | computeStringSizeNoTag (final String value) |
static int | computeTagSize (final int fieldNumber) |
static int | computeTagSize (final int fieldNumber) |
static int | computeUInt32Size (final int fieldNumber, final int value) |
static int | computeUInt32Size (final int fieldNumber, final int value) |
static int | computeUInt32SizeNoTag (final int value) |
static int | computeUInt32SizeNoTag (final int value) |
static int | computeUInt64Size (final int fieldNumber, final long value) |
static int | computeUInt64Size (final int fieldNumber, final long value) |
static int | computeUInt64SizeNoTag (long value) |
static int | computeUInt64SizeNoTag (long value) |
static int | encodeZigZag32 (final int n) |
static int | encodeZigZag32 (final int n) |
static long | encodeZigZag64 (final long n) |
static long | encodeZigZag64 (final long n) |
static CodedOutputStream | newInstance (ByteBuffer buffer) |
static CodedOutputStream | newInstance (ByteBuffer buffer) |
static CodedOutputStream | newInstance (ByteBuffer byteBuffer, @SuppressWarnings("unused") int unused) |
static CodedOutputStream | newInstance (ByteBuffer byteBuffer, @SuppressWarnings("unused") int unused) |
static CodedOutputStream | newInstance (final byte[] flatArray) |
static CodedOutputStream | newInstance (final byte[] flatArray) |
static CodedOutputStream | newInstance (final byte[] flatArray, final int offset, final int length) |
static CodedOutputStream | newInstance (final byte[] flatArray, final int offset, final int length) |
static CodedOutputStream | newInstance (final OutputStream output) |
static CodedOutputStream | newInstance (final OutputStream output) |
static CodedOutputStream | newInstance (final OutputStream output, final int bufferSize) |
static CodedOutputStream | newInstance (final OutputStream output, final int bufferSize) |
![]() | |
static final int | DEFAULT_BUFFER_SIZE = 4096 |
static final int | LITTLE_ENDIAN_32_SIZE = FIXED32_SIZE |
A CodedOutputStream that decorates a ByteOutput. It internal buffer only to support string encoding operations. All other writes are just passed through to the {}.
Definition at line 2394 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inlineprivate |
Definition at line 2698 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inlineprivate |
Definition at line 2698 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inline |
Flushes the stream and forces any buffered bytes to be written. This does not flush the underlying OutputStream.
Reimplemented from com.google.protobuf.CodedOutputStream.
Definition at line 2655 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inline |
Flushes the stream and forces any buffered bytes to be written. This does not flush the underlying OutputStream.
Reimplemented from com.google.protobuf.CodedOutputStream.
Definition at line 2655 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inlineprivate |
Definition at line 2692 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inlineprivate |
Definition at line 2692 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inline |
Writes a single byte.
value | the byte to be written |
IOException | thrown if an error occurred while writing |
Reimplemented from com.google.protobuf.CodedOutputStream.
Definition at line 2551 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inline |
Writes a single byte.
value | the byte to be written |
IOException | thrown if an error occurred while writing |
Reimplemented from com.google.protobuf.CodedOutputStream.
Definition at line 2551 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inline |
Writes a sequence of bytes. The ByteOutput must copy
if it will not be processed prior to the return of this method call, since
may be reused/altered by the caller.
NOTE: This method MUST NOT modify the
. Doing so is a programming error and will lead to data corruption which will be difficult to debug.
value | the bytes to be written |
offset | the offset of the start of the writable range |
length | the number of bytes to write starting from |
IOException | thrown if an error occurred while writing |
Reimplemented from com.google.protobuf.CodedOutputStream.
Definition at line 2663 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inline |
Writes a sequence of bytes. The ByteOutput must copy
if it will not be processed prior to the return of this method call, since
may be reused/altered by the caller.
NOTE: This method MUST NOT modify the
. Doing so is a programming error and will lead to data corruption which will be difficult to debug.
value | the bytes to be written |
offset | the offset of the start of the writable range |
length | the number of bytes to write starting from |
IOException | thrown if an error occurred while writing |
Reimplemented from com.google.protobuf.CodedOutputStream.
Definition at line 2663 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inline |
Writes a sequence of bytes. The ByteOutput must copy
if it will not be processed prior to the return of this method call, since
may be reused/altered by the caller.
NOTE: This method MUST NOT modify the
. Doing so is a programming error and will lead to data corruption which will be difficult to debug.
value | the bytes to be written. Upon returning from this call, the position
limit
|
IOException | thrown if an error occurred while writing |
Reimplemented from com.google.protobuf.CodedOutputStream.
Definition at line 2677 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inline |
Writes a sequence of bytes. The ByteOutput must copy
if it will not be processed prior to the return of this method call, since
may be reused/altered by the caller.
NOTE: This method MUST NOT modify the
. Doing so is a programming error and will lead to data corruption which will be difficult to debug.
value | the bytes to be written. Upon returning from this call, the position
limit
|
IOException | thrown if an error occurred while writing |
Reimplemented from com.google.protobuf.CodedOutputStream.
Definition at line 2677 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inline |
Write a
field, including tag, to the stream.
Reimplemented from com.google.protobuf.CodedOutputStream.
Definition at line 2446 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inline |
Write a
field, including tag, to the stream.
Reimplemented from com.google.protobuf.CodedOutputStream.
Definition at line 2446 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inline |
Write a
field, including tag, to the stream.
Reimplemented from com.google.protobuf.CodedOutputStream.
Definition at line 2465 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inline |
Write a
field, including tag, to the stream.
Reimplemented from com.google.protobuf.CodedOutputStream.
Definition at line 2465 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inline |
Write a
field, including tag, to the stream.
Reimplemented from com.google.protobuf.CodedOutputStream.
Definition at line 2470 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inline |
Write a
field, including tag, to the stream.
Reimplemented from com.google.protobuf.CodedOutputStream.
Definition at line 2470 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inline |
Write a
field to the stream. Visible for testing.
Reimplemented from com.google.protobuf.CodedOutputStream.
Definition at line 2491 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inline |
Write a
field to the stream. Visible for testing.
Reimplemented from com.google.protobuf.CodedOutputStream.
Definition at line 2491 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inline |
Write a
field, including tag, to the stream. This method will write all content of the ByteBuffer regardless of the current position and limit (i.e., the number of bytes to be written is value.capacity(), not value.remaining()). Furthermore, this method doesn't alter the state of the passed-in ByteBuffer. Its position, limit, mark, etc. will remain unchanged. If you only want to write the remaining bytes of a ByteBuffer, you can call
.
Reimplemented from com.google.protobuf.CodedOutputStream.
Definition at line 2478 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inline |
Write a
field, including tag, to the stream. This method will write all content of the ByteBuffer regardless of the current position and limit (i.e., the number of bytes to be written is value.capacity(), not value.remaining()). Furthermore, this method doesn't alter the state of the passed-in ByteBuffer. Its position, limit, mark, etc. will remain unchanged. If you only want to write the remaining bytes of a ByteBuffer, you can call
.
Reimplemented from com.google.protobuf.CodedOutputStream.
Definition at line 2478 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inline |
Write a
field, including tag, to the stream.
Reimplemented from com.google.protobuf.CodedOutputStream.
Definition at line 2459 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inline |
Write a
field, including tag, to the stream.
Reimplemented from com.google.protobuf.CodedOutputStream.
Definition at line 2459 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inline |
Write a
field to the stream.
Reimplemented from com.google.protobuf.CodedOutputStream.
Definition at line 2485 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inline |
Write a
field to the stream.
Reimplemented from com.google.protobuf.CodedOutputStream.
Definition at line 2485 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inline |
Write a
field, including tag, to the stream.
Reimplemented from com.google.protobuf.CodedOutputStream.
Definition at line 2425 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inline |
Write a
field, including tag, to the stream.
Reimplemented from com.google.protobuf.CodedOutputStream.
Definition at line 2425 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inline |
Write a
field to the stream.
Reimplemented from com.google.protobuf.CodedOutputStream.
Definition at line 2576 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inline |
Write a
field to the stream.
Reimplemented from com.google.protobuf.CodedOutputStream.
Definition at line 2576 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inline |
Write a
field, including tag, to the stream.
Reimplemented from com.google.protobuf.CodedOutputStream.
Definition at line 2439 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inline |
Write a
field, including tag, to the stream.
Reimplemented from com.google.protobuf.CodedOutputStream.
Definition at line 2439 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inline |
Write a
field to the stream.
Reimplemented from com.google.protobuf.CodedOutputStream.
Definition at line 2588 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inline |
Write a
field to the stream.
Reimplemented from com.google.protobuf.CodedOutputStream.
Definition at line 2588 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inline |
Write an
field, including tag, to the stream.
Reimplemented from com.google.protobuf.CodedOutputStream.
Definition at line 2411 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inline |
Write an
field, including tag, to the stream.
Reimplemented from com.google.protobuf.CodedOutputStream.
Definition at line 2411 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inline |
Write an
field to the stream.
Reimplemented from com.google.protobuf.CodedOutputStream.
Definition at line 2560 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inline |
Write an
field to the stream.
Reimplemented from com.google.protobuf.CodedOutputStream.
Definition at line 2560 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inline |
Writes a sequence of bytes. The ByteOutput is free to retain a reference to the value beyond the scope of this method call (e.g. write later) since it is considered immutable and is guaranteed not to change by the caller.
NOTE: This method MUST NOT modify the
. Doing so is a programming error and will lead to data corruption which will be difficult to debug.
value | the bytes to be written |
offset | the offset of the start of the writable range |
length | the number of bytes to write starting from |
IOException | thrown if an error occurred while writing |
Reimplemented from com.google.protobuf.CodedOutputStream.
Definition at line 2670 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inline |
Writes a sequence of bytes. The ByteOutput is free to retain a reference to the value beyond the scope of this method call (e.g. write later) since it is considered immutable and is guaranteed not to change by the caller.
NOTE: This method MUST NOT modify the
. Doing so is a programming error and will lead to data corruption which will be difficult to debug.
value | the bytes to be written |
offset | the offset of the start of the writable range |
length | the number of bytes to write starting from |
IOException | thrown if an error occurred while writing |
Reimplemented from com.google.protobuf.CodedOutputStream.
Definition at line 2670 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inline |
Writes a sequence of bytes. The ByteOutput is free to retain a reference to the value beyond the scope of this method call (e.g. write later) since it is considered immutable and is guaranteed not to change by the caller.
NOTE: This method MUST NOT modify the
. Doing so is a programming error and will lead to data corruption which will be difficult to debug.
value | the bytes to be written. Upon returning from this call, the position
limit
|
IOException | thrown if an error occurred while writing |
Reimplemented from com.google.protobuf.CodedOutputStream.
Definition at line 2685 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inline |
Writes a sequence of bytes. The ByteOutput is free to retain a reference to the value beyond the scope of this method call (e.g. write later) since it is considered immutable and is guaranteed not to change by the caller.
NOTE: This method MUST NOT modify the
. Doing so is a programming error and will lead to data corruption which will be difficult to debug.
value | the bytes to be written. Upon returning from this call, the position
limit
|
IOException | thrown if an error occurred while writing |
Reimplemented from com.google.protobuf.CodedOutputStream.
Definition at line 2685 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inline |
Write an embedded message field, including tag, to the stream.
Reimplemented from com.google.protobuf.CodedOutputStream.
Definition at line 2508 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inline |
Write an embedded message field, including tag, to the stream.
Reimplemented from com.google.protobuf.CodedOutputStream.
Definition at line 2508 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inline |
Write an embedded message field to the stream.
Reimplemented from com.google.protobuf.CodedOutputStream.
Definition at line 2539 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inline |
Write an embedded message field to the stream.
Reimplemented from com.google.protobuf.CodedOutputStream.
Definition at line 2539 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inline |
Write a MessageSet extension field to the stream. For historical reasons, the wire format differs from normal fields.
Reimplemented from com.google.protobuf.CodedOutputStream.
Definition at line 2521 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inline |
Write a MessageSet extension field to the stream. For historical reasons, the wire format differs from normal fields.
Reimplemented from com.google.protobuf.CodedOutputStream.
Definition at line 2521 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inline |
Write a ByteBuffer. This method will write all content of the ByteBuffer regardless of the current position and limit (i.e., the number of bytes to be written is value.capacity(), not value.remaining()). Furthermore, this method doesn't alter the state of the passed-in ByteBuffer. Its position, limit, mark, etc. will remain unchanged. If you only want to write the remaining bytes of a ByteBuffer, you can call
.
Reimplemented from com.google.protobuf.CodedOutputStream.
Definition at line 2497 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inline |
Write a ByteBuffer. This method will write all content of the ByteBuffer regardless of the current position and limit (i.e., the number of bytes to be written is value.capacity(), not value.remaining()). Furthermore, this method doesn't alter the state of the passed-in ByteBuffer. Its position, limit, mark, etc. will remain unchanged. If you only want to write the remaining bytes of a ByteBuffer, you can call
.
Reimplemented from com.google.protobuf.CodedOutputStream.
Definition at line 2497 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inline |
Write an unparsed MessageSet extension field to the stream. For historical reasons, the wire format differs from normal fields.
Reimplemented from com.google.protobuf.CodedOutputStream.
Definition at line 2530 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inline |
Write an unparsed MessageSet extension field to the stream. For historical reasons, the wire format differs from normal fields.
Reimplemented from com.google.protobuf.CodedOutputStream.
Definition at line 2530 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inline |
Write a
field, including tag, to the stream.
Reimplemented from com.google.protobuf.CodedOutputStream.
Definition at line 2453 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inline |
Write a
field, including tag, to the stream.
Reimplemented from com.google.protobuf.CodedOutputStream.
Definition at line 2453 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inline |
Write a
field to the stream.
Reimplemented from com.google.protobuf.CodedOutputStream.
Definition at line 2594 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inline |
Write a
field to the stream.
Reimplemented from com.google.protobuf.CodedOutputStream.
Definition at line 2594 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inline |
Encode and write a tag.
Reimplemented from com.google.protobuf.CodedOutputStream.
Definition at line 2406 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inline |
Encode and write a tag.
Reimplemented from com.google.protobuf.CodedOutputStream.
Definition at line 2406 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inline |
Write a
field, including tag, to the stream.
Reimplemented from com.google.protobuf.CodedOutputStream.
Definition at line 2418 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inline |
Write a
field, including tag, to the stream.
Reimplemented from com.google.protobuf.CodedOutputStream.
Definition at line 2418 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inline |
Write a
field to the stream.
Reimplemented from com.google.protobuf.CodedOutputStream.
Definition at line 2570 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inline |
Write a
field to the stream.
Reimplemented from com.google.protobuf.CodedOutputStream.
Definition at line 2570 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inline |
Write a
field, including tag, to the stream.
Reimplemented from com.google.protobuf.CodedOutputStream.
Definition at line 2432 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inline |
Write a
field, including tag, to the stream.
Reimplemented from com.google.protobuf.CodedOutputStream.
Definition at line 2432 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inline |
Write a
field to the stream.
Reimplemented from com.google.protobuf.CodedOutputStream.
Definition at line 2582 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
inline |
Write a
field to the stream.
Reimplemented from com.google.protobuf.CodedOutputStream.
Definition at line 2582 of file protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.
|
private |
Definition at line 2395 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.