Re: A java problem with streams

1998-11-06 Thread Juergen Kreileder
> Carlos Alberto Roman Zamitiz writes: Carlos> I have a problem: Carlos> The file called Outtest.java reads the file called "test.out" which Carlos> contains: Carlos> A Carlos> B Carlos> C Carlos> D Carlos> E Carlos> but when I type java Outtest, this show

A java problem with streams

1998-11-06 Thread Carlos Alberto Roman Zamitiz
I have a problem: The file called Outtest.java reads the file called "test.out" which contains: A B C D E but when I type java Outtest, this shows: A B C D E and never returns prompt. I need type Control-C and this returns the prompt. This is Outtest.java: import java.io.*; public class Outtes