Package | Description |
---|---|
org.infinispan.protostream |
Library for easy and efficient marshalling of Java objects in Protocol Buffers format.
|
Modifier and Type | Method and Description |
---|---|
void |
ProtobufParser.parse(TagHandler tagHandler,
Descriptor messageDescriptor,
byte[] buf) |
void |
ProtobufParser.parse(TagHandler tagHandler,
Descriptor messageDescriptor,
byte[] buf,
int off,
int len) |
void |
ProtobufParser.parse(TagHandler tagHandler,
Descriptor messageDescriptor,
InputStream input) |
void |
ProtobufParser.parse(TagHandler tagHandler,
Descriptor messageDescriptor,
RawProtoStreamReader in) |
Copyright © 2021 JBoss, a division of Red Hat. All rights reserved.