org.apache.common.io---filefilter子包 CanReadFileFilter:可读的文件进行过滤;
public boolean accept(File file) { return file.isHidden(); }