I\'m using FileOutputStream with PrintStream like this:
FileOutputStream
PrintStream
class PrintStreamDemo { public static void main(String args[]) {
No, according to the javadoc, the close method will close the underlying stream for you.