| Package | Description |
|---|---|
| net.yura.mobile.io | |
| net.yura.mobile.io.proto |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
ProtoUtil.decodeAnonymousObject(CodedInputStream in2) |
protected java.util.Hashtable |
ProtoUtil.decodeHashtable(CodedInputStream in2) |
protected java.lang.Object |
ProtoUtil.decodeObject(CodedInputStream in2,
int type) |
protected java.util.Vector |
ProtoUtil.decodeVector(CodedInputStream in2) |
| Modifier and Type | Method and Description |
|---|---|
static CodedInputStream |
CodedInputStream.newInstance(byte[] buf)
Create a new CodedInputStream wrapping the given byte array.
|
static CodedInputStream |
CodedInputStream.newInstance(byte[] buf,
int off,
int len)
Create a new CodedInputStream wrapping the given byte array slice.
|
static CodedInputStream |
CodedInputStream.newInstance(java.io.InputStream input)
Create a new CodedInputStream wrapping the given InputStream.
|