public class ProtobufReader<T extends com.google.protobuf.GeneratedMessageV3> extends Object implements SchemaReader<T>
| Constructor and Description |
|---|
ProtobufReader(T protoMessageInstance) |
| Modifier and Type | Method and Description |
|---|---|
T |
read(byte[] bytes,
int offset,
int length) |
T |
read(InputStream inputStream) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNativeSchema, read, read, read, setSchemaInfoProviderpublic ProtobufReader(T protoMessageInstance)
public T read(byte[] bytes, int offset, int length)
read in interface SchemaReader<T extends com.google.protobuf.GeneratedMessageV3>public T read(InputStream inputStream)
read in interface SchemaReader<T extends com.google.protobuf.GeneratedMessageV3>Copyright © 2017–2021 Apache Software Foundation. All rights reserved.