搜索资源列表
filefilter
- 文件过滤器,可以对某一文件夹下所有文本文件进行过滤,搜索含有指定字符串的文件
filefilter
- 文本筛选器,很多公司的业务每天拿到的电话号码有重复的,要手工去除重复的 我的筛选器能够为他们高效的去除 已经有人用我的了-file filter
AbstractFileFilter
- An abstract class which implements the Java FileFilter and FilenameFilter interfaces via the IOFileFilter interface for Andriod.
AndFileFilter
- A java.io.FileFilter providing conditional AND logic across a list of file filters for Andriod.
ExtensionFileFilter
- This FileFilter accepts files that end in one of the given extensions.
IOFileFilter
- An interface which brings the FileFilter and FilenameFilter interfaces together.