| Modifier and Type | Method and Description |
|---|---|
void |
ByteArrayInput.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.
|
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-2016. All Rights Reserved.