java.lang.Object
com.aspose.diagram.FileFormatUtil
public class FileFormatUtil
| Constructor Summary |
|---|
FileFormatUtil()
|
| 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. | ||
| Constructor Detail |
|---|
public FileFormatUtil()
| Method Detail |
|---|
detectFileFormat | |
public static FileFormatInfo detectFileFormat(java.io.InputStream stream) throws java.lang.Exception | |
stream - The streamdetectFileFormat | |
public static FileFormatInfo detectFileFormat(java.lang.String filePath) throws java.lang.Exception | |
filePath - The file path.