App Engine PHP SDK  v1 rev.445
The PHP runtime is available as an experimental Preview feature.
Public Member Functions | Public Attributes | List of all members
google\net\Decoder Class Reference

Public Member Functions

 __construct ($buf, $idx, $limit)
 
 avail ()
 
 buffer ()
 
 pos ()
 
 skip ($n)
 
 skipData ($tag)
 
 get8 ()
 
 getVarUint32 ()
 
 getVarInt32 ()
 
 getVarInt64 ()
 
 getVarUint64 ()
 
 getBoolean ()
 
 getFloat ()
 
 getDouble ()
 
 getFixed32 ()
 
 getFixed64 ()
 

Public Attributes

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"
 

Detailed Description

Class to decode protocol buffer from serialized form. Used by protocol buffer implementation.


The documentation for this class was generated from the following file: