Class ProtobufDescriptorParser
java.lang.Object
io.deephaven.kafka.ingest.protobuf.ProtobufDescriptorParser
- All Implemented Interfaces:
ProtobufParser
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.deephaven.kafka.ingest.protobuf.ProtobufParser
getParallelValueField, hasParallelValueField, withParallelValueField
-
Constructor Details
-
ProtobufDescriptorParser
-
-
Method Details
-
parseFrom
public com.google.protobuf.Message parseFrom(byte[] bytes) throws com.google.protobuf.InvalidProtocolBufferException - Specified by:
parseFrom
in interfaceProtobufParser
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-