Static Private Attributes | List of all members
com.google.protobuf.CodedOutputStream.OutOfSpaceException Class Reference
Inheritance diagram for com.google.protobuf.CodedOutputStream.OutOfSpaceException:
Inheritance graph
[legend]

Static Private Attributes

static final String MESSAGE
 
static final long serialVersionUID = -6947486886997889499L
 

Detailed Description

If you create a CodedOutputStream around a simple flat array, you must not attempt to write more bytes than the array has space. Otherwise, this exception will be thrown.

Definition at line 947 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.

Member Data Documentation

◆ MESSAGE

static final String com.google.protobuf.CodedOutputStream.OutOfSpaceException.MESSAGE
staticprivate
Initial value:
=
"CodedOutputStream was writing to a flat byte array and ran out of space."

Definition at line 950 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java.

◆ serialVersionUID

static final long com.google.protobuf.CodedOutputStream.OutOfSpaceException.serialVersionUID = -6947486886997889499L
staticprivate

The documentation for this class was generated from the following file:


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:03