spring-framework / org.springframework.util / FileCopyUtils / <init>

<init>

FileCopyUtils()

Simple utility methods for file and stream copying. All copy methods use a block size of 4096 bytes, and close all affected streams when done. A variation of the copy methods from this class that leave streams open can be found in StreamUtils.

Mainly for use within the framework, but also useful for application code.

Author
Juergen Hoeller

Since
06.10.2003

See Also
StreamUtilsFileSystemUtils