Modifier and Type | Method and Description |
---|---|
static FileFormatInfo |
FileFormatUtil.detectFileFormat(InputStream stream)
Detects and returns the information about a format of a file stored in a stream.
|
static FileFormatInfo |
FileFormatUtil.detectFileFormat(String filePath)
Detects and returns the information about a format of a file.
|