Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
> InputStream is = (InputStream)o; > But when I am opening sanu.txt I am getting junc character for newline character.It is not in the format as original.NewLine character are not coming. Hi, Perhaps you can try the following code. It's just a quick way to help you, but it works... import java.io.*; class Label System.out.println( "Printing the label to 'label.out'" ); fout.println( name ); HTH, Rgds, Geert Replies: |
Sponsored Links
|