/**@class android.os.PooledStringReader
@extends java.lang.Object

 Helper class for reading pooling strings from a Parcel.  It must be used
 in conjunction with {@link android.os.PooledStringWriter}.  This really needs
 to be pushed in to Parcel itself, but doing that is...  complicated.
 @hide
*/
var PooledStringReader = {

/**
*/
getStringCount : function(  ) {},

/**
*/
readString : function(  ) {},


};