FileDocCategorySizeDatePackage
PrimitiveParser.javaAPI DocAndroid 1.5 API1175Wed May 06 22:42:46 BST 2009com.android.im.imps

PrimitiveParser

public interface PrimitiveParser
The PrimitiveParser is used to parse the data received from the server to a Primitive.

Fields Summary
Constructors Summary
Methods Summary
public Primitiveparse(java.io.InputStream in)
Parses the data to a primitive.

param
in the InputStream of the data.
return
a parsed primitive.
throws
ParserException
throws
IOException