public class MSTFileFormat
extends java.lang.Object
Constructor and Description |
---|
MSTFileFormat() |
Modifier and Type | Method and Description |
---|---|
IMSTFileFormat |
LoadFile(java.io.InputStream stream,
IMSTFileFormat oDocument)
Loads the file and return the corresponding IMSTFileFormat object.
|
IMSTFileFormat |
LoadFile(java.lang.String FileName,
IMSTFileFormat oDocument)
Loads the file and return the corresponding IMSTFileFormat object.
|
IMSTFileFormat |
LoadFile(java.net.URI uri,
IMSTFileFormat oDocument)
Loads the file and return the corresponding IMSTFileFormat object.
|
boolean |
Merge(java.util.HashMap<java.lang.Integer,IMSTFileFormat> objImage,
java.lang.String DestFileName,
FileFormat fileFormat)
Merge MSTDocument/MSTImage/MSTPdf Object in the List to the specified Image File Format
|
boolean |
Merge(java.util.List<IMSTFileFormat> objectFiles,
java.io.OutputStream oStream,
FileFormat fileFormat)
Merge MSTDocument/MSTImage Object in the List to the specified Image File Format
|
boolean |
Merge(java.util.List<IMSTFileFormat> objectFiles,
java.lang.String DestFileName,
FileFormat fileFormat)
Merge MSTDocument/MSTImage Object in the List to the specified Image File Format
|
boolean |
Merge(java.util.Map<java.lang.Integer,IMSTFileFormat> objImage,
java.io.OutputStream oStream,
FileFormat fileFormat)
Merge MSTDocument/MSTImage/MSTPdf Object in the List to the specified Image File Format
|
public IMSTFileFormat LoadFile(java.lang.String FileName, IMSTFileFormat oDocument) throws java.lang.Exception
FileName
- name of the file that is to be loaded.oDocument
- reference of IMSTFileFormat.java.lang.Exception
public IMSTFileFormat LoadFile(java.io.InputStream stream, IMSTFileFormat oDocument) throws java.lang.Exception
stream
- Stream of the file that is to be loaded.oDocument
- reference of IMSTFileFormat.java.lang.Exception
java.lang.Exception
public IMSTFileFormat LoadFile(java.net.URI uri, IMSTFileFormat oDocument) throws java.lang.Exception, java.io.IOException
uri
- Uri of the file that is to be loaded.oDocument
- reference of IMSTFileFormat.java.lang.Exception
java.lang.Exception
java.io.IOException
public boolean Merge(java.util.List<IMSTFileFormat> objectFiles, java.lang.String DestFileName, FileFormat fileFormat)
objectFiles
- MSTDocument/MSTImage/MSTPdf ObjectDestFileName
- Destination File NamefileFormat
- Output File typepublic boolean Merge(java.util.List<IMSTFileFormat> objectFiles, java.io.OutputStream oStream, FileFormat fileFormat) throws MSTException
objectFiles
- MSTDocument/MSTImage/MSTPdf ObjectoStream
- Destination File output StreamfileFormat
- Output File typeMSTException
public boolean Merge(java.util.HashMap<java.lang.Integer,IMSTFileFormat> objImage, java.lang.String DestFileName, FileFormat fileFormat)
oFiles
- MSTDocument/MSTImage/MSTPdf ObjectDestFileName
- Destination File Namestring
- Output File typepublic boolean Merge(java.util.Map<java.lang.Integer,IMSTFileFormat> objImage, java.io.OutputStream oStream, FileFormat fileFormat) throws MSTException
oFiles
- MSTDocument/MSTImage/MSTPdf ObjectDestFileName
- Destination File Namestring
- Output File typeMSTException