Joel Dice
|
b4941cddbe
|
close FileInputStream before deleting file in FileOutput test
Otherwise, Windows won't let us delete it.
|
2011-01-17 10:33:43 -07:00 |
|
Joel Dice
|
4a9ff55060
|
File.length should return 0 for non-existent files
|
2011-01-17 09:48:34 -07:00 |
|
Joel Dice
|
b6978c6c68
|
always create file if necessary in Java_java_io_FileOutputStream_open
Previously, we would only create the file if it did not already exist
*and* we weren't appending. Now we do so whether appending or not.
|
2011-01-14 11:26:00 -07:00 |
|
Joel Dice
|
7eabe13921
|
verify file contents in FileOutput test
|
2010-08-16 09:30:39 -06:00 |
|
Zsombor Gegesy
|
1daa93d3c4
|
add ability to append to files
|
2010-08-16 09:23:48 -06:00 |
|