| Package | Description |
|---|---|
| com.revolsys.io |
| Modifier and Type | Method and Description |
|---|---|
InvalidProtocolBufferException |
InvalidProtocolBufferException.setUnfinishedMessage(com.google.protobuf.MessageLite unfinishedMessage)
Attaches an unfinished message to the exception to support best-effort
parsing in
Parser interface. |
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolBufferInputStream.checkLastTagWas(int value)
Verifies that the last call to readTag() returned the given tag value.
|
void |
ProtocolBufferInputStream.endLengthDelimited(int limit) |
int |
ProtocolBufferInputStream.pushLimit(int byteLimit)
Sets
currentLimit to (current position) + byteLimit. |
Copyright © 2015 Revolution Systems Inc.. All rights reserved.