findBySize


Description:

public static ArrayList<Path> findBySize (Path root, int64 minBytes, int64 maxBytes)

Finds files by size range.

Parameters:

root

root path.

minBytes

minimum bytes (inclusive).

maxBytes

maximum bytes (inclusive).

Returns:

matched files.