| Modifier and Type | Method and Description |
|---|---|
void |
ByteBufferInput.checkLastTagWas(int value)
Verifies that the last call to readTag() returned the given tag value.
|
void |
CodedInput.checkLastTagWas(int value)
Verifies that the last call to readTag() returned the given tag value.
|
void |
ByteArrayInput.checkLastTagWas(int value)
Verifies that the last call to readTag() returned the given tag value.
|
int |
CodedInput.pushLimit(int byteLimit)
Note that
pushLimit() does NOT affect how many bytes the CodedInputStream reads from an
underlying InputStream when refreshing its buffer. |
Copyright © 2009–2022. All rights reserved.