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 ()
 

Detailed Description

This interface extends

Iterator<Byte>

, so that we can return an unboxed

byte

.

Definition at line 190 of file ByteString.java.

Member Function Documentation

◆ nextByte()

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:


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