Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Displaying File contents in Text Area

807597Mar 8 2005 — edited Mar 8 2005
Hi
i'm trying to display the contents of a sequential file which is written to from 3 text fields in a text area

so basically the text from the 3 text fields is written to the file and then the file is displayed in the text area

which all works fine but is there anyway to display only ASCII values to make the file legible? like this is the output at the moment from the details of 2 books (title,author,price)

�� sr Book�NA�� L strAuthort Ljava/lang/String;L strPriceq ~ L strTitleq ~ xpt Band of Brotherst 15t Stephen Ambrosesq ~ t
American Godst 10.99t Neil Gaiman

thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 5 2005
Added on Mar 8 2005
5 comments
106 views