public final class WireFormatHelpers extends Object
Constructor and Description |
---|
WireFormatHelpers() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isMessageEndReached(com.google.protobuf.CodedInputStream inputStream)
Checks if the reading of the message reached its end
|
static int |
makeTag(int fieldNumber,
int wireType)
Makes a tag value given a field number and wire type.
|
public static int makeTag(int fieldNumber, int wireType)
public static boolean isMessageEndReached(com.google.protobuf.CodedInputStream inputStream) throws IOException
IOException