On Fri, 13 Jan 2012 21:28:06 -0200, angelochen <[email protected]> wrote:

Hi Thiago,

Hi!

String s = myEffects.toString()
it does not read the content of the file, but the name of the asset.

The JavaDoc of this method doesn't say it reads the content of the file. You'll need to read the InputStream provided by Asset.getResource.openStream().

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to