Having already written out to a workbook instance, when you subsequently
close an instance of a FileOutputStream, is the POI library--or even
Java?--designed to handle such a directive by ensuring that the file is
closed, before proceeding to the next line of code?

In other words:

         wb.write(out);
         out.close();

         System.out.println( "Is there a guarantee--as far as these things
go--
              that I wouldn't be printing here unless the file written above
is really closed on disk?" );


Thanks for any replies.
-- 
View this message in context: 
http://www.nabble.com/POI%27s-behavior-on-close%3A-tf4489816.html#a12804854
Sent from the POI - Dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to