On 8/29/05, Dan Meany <[EMAIL PROTECTED]> wrote: > Using a small test schema, without the flush() i added > to DatabaseIO.java below, i always get 0 byte file > output. i also added a close. > (Contribution)
Think you're right, it seems that the buffered writer only gets flushed/closed once the garbage collector finalizes it. I've applied your patch and enhanced the doc for the other two write methods. Tom