public interface IOFileFilter extends FileFilter, FilenameFilter
boolean accept(File file)
Defined in FileFilter.
accept 在接口中 FileFilterfile - the File to checkboolean accept(File dir, String name)
Defined in FilenameFilter.
accept 在接口中 FilenameFilterdir - the directory File to checkname - the filename within the directory to checkCopyright © 2021–2022. All rights reserved.