|
| __construct ($buf, $idx, $limit) |
|
| avail () |
|
| buffer () |
|
| pos () |
|
| skip ($n) |
|
| skipData ($tag) |
|
| get8 () |
|
| getVarUint32 () |
|
| getVarInt32 () |
|
| getVarInt64 () |
|
| getVarUint64 () |
|
| getBoolean () |
|
| getFloat () |
|
| getDouble () |
|
| getFixed32 () |
|
| getFixed64 () |
|
|
const | NUMERIC = 0 |
|
const | DOUBLE = 1 |
|
const | STRING = 2 |
|
const | STARTGROUP = 3 |
|
const | ENDGROUP = 4 |
|
const | FLOAT = 5 |
|
const | MAX_TYPE = 6 |
|
const | MAX_SHIFT = "1180591620717411303424" |
|
const | MAX_INT64 = "9223372036854775807" |
|
const | MIN_INT64 = "-9223372036854775808" |
|
const | MAX_INT32 = "2147483647" |
|
const | MIN_INT32 = "-2147483648" |
|
const | RANGE_UINT64 = "18446744073709551616" |
|
const | RANGE_UINT32 = "4294967296" |
|
Class to decode protocol buffer from serialized form. Used by protocol buffer implementation.
The documentation for this class was generated from the following file:
- code/googleappengine-read-only/python/php/sdk/google/appengine/runtime/proto/Decoder.php