util.filters
Class VideoFileFilter

java.lang.Object
  extended by util.filters.VideoFileFilter
All Implemented Interfaces:
java.io.FilenameFilter

public class VideoFileFilter
extends java.lang.Object
implements java.io.FilenameFilter

VideoFileFilter implements FileNameFilter and provides video file name filter for file types like avi, dat, dvi, wmv, vob

Author:
shankar

Constructor Summary
VideoFileFilter()
           
 
Method Summary
 boolean accept(java.io.File dir, java.lang.String name)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VideoFileFilter

public VideoFileFilter()
Method Detail

accept

public boolean accept(java.io.File dir,
                      java.lang.String name)
Specified by:
accept in interface java.io.FilenameFilter