http://i2p-javadocs.i2p/net/i2p/util/FileSuffixFilter.html
Object clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait Constructor Details FileSuffixFilter public FileSuffixFilter ( String suffix) A filter that accepts regular files that
end with suffix, case-insensitive. FileSuffixFilter public FileSuffixFilter ( String prefix, String suffix) A filter that accepts regular files that
start with prefix and
end with suffix, case-insensitive.