This is an automated email from the ASF dual-hosted git repository.

garydgregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git


    from eb7e99c4f Javadoc
     add 25114c8c5 DeferredFileOutputStream now clears and deletes its 
temporary storage by (#858)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/commons/io/IORandomAccessFile.java  |  26 ++-
 .../apache/commons/io/RandomAccessFileMode.java    |   6 +-
 .../java/org/apache/commons/io/file/PathUtils.java |  41 +++++
 .../io/output/DeferredFileOutputStream.java        |  57 +++++-
 .../java/org/apache/commons/io/FileUtilsTest.java  |   4 +-
 .../org/apache/commons/io/FilenameUtilsTest.java   |  29 ++-
 .../apache/commons/io/IORandomAccessFileTest.java  |  29 +++
 .../apache/commons/io/RandomAccessFilesTest.java   |   7 +-
 .../commons/io/channels/FileChannelsTest.java      |  13 +-
 .../commons/io/channels/FilterFileChannelTest.java |   3 +-
 .../commons/io/file/DeletingPathVisitorTest.java   |  10 +-
 .../apache/commons/io/file/FilesUncheckTest.java   |   6 +-
 .../io/file/PathUtilsDeleteDirectoryTest.java      |  12 +-
 .../commons/io/file/PathUtilsDeleteFileTest.java   |  12 +-
 .../commons/io/file/PathUtilsDeleteTest.java       |  15 +-
 .../org/apache/commons/io/file/PathUtilsTest.java  |  65 +++++++
 .../UnsynchronizedBufferedInputStreamTest.java     |   3 +-
 .../input/UnsynchronizedFilterInputStreamTest.java |   3 +-
 .../io/output/DeferredFileOutputStreamTest.java    | 199 +++++++++++++++++----
 19 files changed, 428 insertions(+), 112 deletions(-)

Reply via email to