Public Member Functions | |
byte | nextByte () |
byte | nextByte () |
This interface extends
, so that we can return an unboxed
.
Definition at line 190 of file bloaty/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ByteString.java.
byte com.google.protobuf.ByteString.ByteIterator.nextByte | ( | ) |
An alternative to Iterator#next() that returns an unboxed primitive
.
NoSuchElementException | if the iteration has no more elements |
byte com.google.protobuf.ByteString.ByteIterator.nextByte | ( | ) |
An alternative to Iterator#next() that returns an unboxed primitive
.
NoSuchElementException | if the iteration has no more elements |