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

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

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

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

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


};