mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 06:04:59 +00:00
19 lines
502 B
Java
19 lines
502 B
Java
package t;
|
|
|
|
import java.io.File;
|
|
import java.io.FileFilter;
|
|
|
|
class FileFilterImplAccept implements FileFilter {
|
|
ao(aj paramaj) {}
|
|
|
|
public boolean accept(File paramFile) {
|
|
String str = paramFile.getName().toLowerCase();
|
|
return (str.endsWith("jpg") || str.endsWith("png") || str.endsWith("jpeg") || str.endsWith("gif"));
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/t/ao.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |