| Package | Description |
|---|---|
| net.yura.mobile.io | |
| net.yura.mobile.io.proto |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ProtoUtil.encodeAnonymousObject(CodedOutputStream out,
java.lang.Object obj) |
protected void |
ProtoUtil.encodeByteArray(CodedOutputStream out,
java.lang.Object obj)
Needed for ProtoFileUtil
|
protected void |
ProtoUtil.encodeHashtable(CodedOutputStream out,
java.lang.Object map) |
protected void |
ProtoUtil.encodeObject(CodedOutputStream out,
java.lang.Object obj,
int type) |
protected void |
ProtoUtil.encodeVector(CodedOutputStream out,
java.lang.Object list) |
| Modifier and Type | Method and Description |
|---|---|
static CodedOutputStream |
CodedOutputStream.newInstance(byte[] flatArray)
Create a new
CodedOutputStream that writes directly to the given
byte array. |
static CodedOutputStream |
CodedOutputStream.newInstance(byte[] flatArray,
int offset,
int length)
Create a new
CodedOutputStream that writes directly to the given
byte array slice. |
static CodedOutputStream |
CodedOutputStream.newInstance(java.io.OutputStream output)
Create a new
CodedOutputStream wrapping the given
OutputStream. |
static CodedOutputStream |
CodedOutputStream.newInstance(java.io.OutputStream output,
int bufferSize)
Create a new
CodedOutputStream wrapping the given
OutputStream with a given buffer size. |