1 <p> The method creates an IO stream object, does not assign it to any
2 fields, pass it to other methods, or return it, and does not appear to close
3 it on all possible exception paths out of the method.
4 This may result in a file descriptor leak. It is generally a good
5 idea to use a <code>finally</code> block to ensure that streams are