public class FileFormatUtil
Constructor Summary |
---|
Method Summary | ||
---|---|---|
static FileFormatInfo | detectFileFormat(java.io.InputStream stream) | |
Detects and returns the information about a format of a visio stored in a stream.
|
||
static FileFormatInfo | detectFileFormat(java.lang.String filePath) | |
Detects and returns the information about a format of a visio stored in a file.
|
public static FileFormatInfo detectFileFormat(java.io.InputStream stream) throws java.lang.Exception
stream
- The streampublic static FileFormatInfo detectFileFormat(java.lang.String filePath) throws java.lang.Exception
filePath
- The file path.