Class ProtoBuilder
- java.lang.Object
-
- org.schabi.newpipe.extractor.utils.ProtoBuilder
-
public class ProtoBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ProtoBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
bytes(int field, byte[] bytes)
void
string(int field, java.lang.String string)
byte[]
toBytes()
java.lang.String
toUrlencodedBase64()
void
varint(int field, long val)
-