public interface FormFileInformer
| Modifier and Type | Method and Description |
|---|---|
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(String name)
Check to see if the file name might be right for this form.
|
boolean isThisType(String name)
name - name of the fileboolean isThisType(byte[] block)
block - block of bytes from fileString[] getDefaultSuffixes()
Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.