public interface FormFileInformer
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getDefaultSuffixes()
Get default suffixes for files/URLs handeled by this form.
|
boolean |
isThisType(byte[] block)
Check to see if the block contains the magic number for this form.
|
boolean |
isThisType(java.lang.String name)
Check to see if the file name might be right for this form.
|
boolean isThisType(java.lang.String name)
name - name of the fileboolean isThisType(byte[] block)
block - block of bytes from filejava.lang.String[] getDefaultSuffixes()