云自无心水自闲

天平山上白云泉,云自无心水自闲。何必奔冲山下去,更添波浪向人间!
posts - 288, comments - 524, trackbacks - 0, articles - 6
  BlogJava :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理

一个使用FileFilter的便捷方法

Posted on 2008-02-06 09:43 云自无心水自闲 阅读(439) 评论(0)  编辑  收藏 所属分类: Java

File[] filesWanted = dir.listFiles(
    new FilenameFilter() {
        public boolean accept(File dir, String name) {
            return name.endsWith(".html") || name.endsWith(".htm");
        }
    });



只有注册用户登录后才能发表评论。


网站导航: