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 CodedOutputStream.java.

Member Data Documentation

◆ MESSAGE

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 CodedOutputStream.java.

◆ serialVersionUID

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

Definition at line 948 of file CodedOutputStream.java.


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


libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:07