Public Member Functions | List of all members
com.google.protobuf.ByteString.ByteIterator Interface Reference
Inheritance diagram for com.google.protobuf.ByteString.ByteIterator:
Inheritance graph
[legend]

Public Member Functions

byte nextByte ()
 
byte nextByte ()
 

Detailed Description

This interface extends

Iterator<Byte>

, so that we can return an unboxed

byte

.

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

Member Function Documentation

◆ nextByte() [1/2]

byte com.google.protobuf.ByteString.ByteIterator.nextByte ( )

An alternative to Iterator#next() that returns an unboxed primitive

byte

.

Returns
the next
byte
in the iteration
Exceptions
NoSuchElementExceptionif the iteration has no more elements

◆ nextByte() [2/2]

byte com.google.protobuf.ByteString.ByteIterator.nextByte ( )

An alternative to Iterator#next() that returns an unboxed primitive

byte

.

Returns
the next
byte
in the iteration
Exceptions
NoSuchElementExceptionif the iteration has no more elements

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


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