@InterfaceAudience.Private public abstract class ProtoUtil extends java.lang.Object
| Constructor and Description |
|---|
ProtoUtil() |
| Modifier and Type | Method and Description |
|---|---|
static int |
readRawVarint32(java.io.DataInput in)
Read a variable length integer in the same format that ProtoBufs encodes.
|
public static int readRawVarint32(java.io.DataInput in)
throws java.io.IOException
in - the input stream to read fromjava.io.IOException - if it is malformed or EOF.