| Package | Description |
|---|---|
| org.fusesource.hawtbuf.proto |
| Modifier and Type | Method and Description |
|---|---|
InvalidProtocolBufferException |
UninitializedMessageException.asInvalidProtocolBufferException()
Converts this exception to an
InvalidProtocolBufferException. |
(package private) static InvalidProtocolBufferException |
InvalidProtocolBufferException.invalidEndTag() |
(package private) static InvalidProtocolBufferException |
InvalidProtocolBufferException.invalidTag() |
(package private) static InvalidProtocolBufferException |
InvalidProtocolBufferException.invalidWireType() |
(package private) static InvalidProtocolBufferException |
InvalidProtocolBufferException.malformedVarint() |
(package private) static InvalidProtocolBufferException |
InvalidProtocolBufferException.negativeSize() |
(package private) static InvalidProtocolBufferException |
InvalidProtocolBufferException.recursionLimitExceeded() |
(package private) static InvalidProtocolBufferException |
InvalidProtocolBufferException.sizeLimitExceeded() |
(package private) static InvalidProtocolBufferException |
InvalidProtocolBufferException.truncatedMessage() |
| Modifier and Type | Method and Description |
|---|---|
void |
CodedInputStream.checkLastTagWas(int value)
Verifies that the last call to readTag() returned the given tag value.
|
protected T |
BaseMessage.checktInitialized() |
T |
Message.mergeFramed(Buffer buffer) |
T |
BaseMessage.mergeFramed(Buffer data) |
T |
Message.mergeFramed(byte[] data) |
T |
BaseMessage.mergeFramed(byte[] data) |
T |
Message.mergeUnframed(Buffer buffer) |
T |
DeferredDecodeMessage.mergeUnframed(Buffer data) |
T |
BaseMessage.mergeUnframed(Buffer data) |
T |
Message.mergeUnframed(byte[] data) |
T |
BaseMessage.mergeUnframed(byte[] data) |
Buffer |
PBMessageFactory.parseFramed(Buffer data) |
Buffer |
PBMessageFactory.parseFramed(byte[] data) |
Buffer |
PBMessageFactory.parseFramed(CodedInputStream data) |
Buffer |
PBMessageFactory.parseFramed(java.io.InputStream data) |
Buffer |
PBMessageFactory.parseUnframed(Buffer data) |
Buffer |
PBMessageFactory.parseUnframed(byte[] data) |
Bean |
PBMessageFactory.parseUnframed(CodedInputStream data) |
Bean |
PBMessageFactory.parseUnframed(java.io.InputStream data) |