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