Package org.yamcs.ygw
Class ProtoBufUtils
java.lang.Object
org.yamcs.ygw.ProtoBufUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends us.hebi.quickbuf.ProtoMessage<T>>
TfromByteBuf(io.netty.buffer.ByteBuf buf, T msg)
-
Constructor Details
-
ProtoBufUtils
public ProtoBufUtils()
-
-
Method Details
-
fromByteBuf
public static <T extends us.hebi.quickbuf.ProtoMessage<T>> T fromByteBuf(io.netty.buffer.ByteBuf buf, T msg) throws us.hebi.quickbuf.InvalidProtocolBufferException - Throws:
us.hebi.quickbuf.InvalidProtocolBufferException
-