- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 27 of file VideoFile.java.
◆ VideoFile()
org.turro.file.VideoFile.VideoFile |
( |
File |
file | ) |
|
◆ isMyType()
static boolean org.turro.file.VideoFile.isMyType |
( |
File |
file | ) |
|
|
static |
Definition at line 33 of file VideoFile.java.
34 String ext = FileUtil.getExtension(
file);
35 return "avi".equalsIgnoreCase(ext) ||
36 "mpg".equalsIgnoreCase(ext) ||
37 "mpeg".equalsIgnoreCase(ext) ||
38 "flv".equalsIgnoreCase(ext);
The documentation for this class was generated from the following file: