Apache Commons IO is a java library with simple IO utilities and filters.
This requires the library commons-io-2.1.jar to be in classpath.
The following example shows using FileUtils.sizeOfDirectory() API.
It returns the size of directory in bytes by considering all files and directories
with in it recursively.