|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objecthp.opencall.media.ccapi.FaxHelper
Provides "static" methods to ready the FAX feature.
| Field Summary | |
static String |
DotFax
|
| Method Summary | |
static void |
cleanUpAfterDeTiff(String[] pageArray)
remove temporary fax files created by startDeTiff(). |
static void |
completeDeTiff(String tiffff,
String[] pre_detiffed_pages,
Dictionary _faxParams)
Note : this is the Oclet responsibility to remove these files. |
static void |
File__delete(String tmp)
remove a file. |
static boolean |
File__exists_and_isDirectory(String tmp)
checks a directory exists. |
static boolean |
File__exists(String tmp)
checks a file exists. |
static int |
File__length(String tmp)
retrieves a file's size. |
static boolean |
File__renameTo(String _old,
String _new)
rename a file. |
static String[] |
startDeTiff(String tiffff,
String uniqTmpN,
String dotfax)
Extracts pages from a TIFF-F file. |
static void |
startUpFax()
Starts tha Fax stack up. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final String DotFax
| Method Detail |
public static final String[] startDeTiff(String tiffff,
String uniqTmpN,
String dotfax)
throws InterruptedException,
IOException
tiffff - the pathname to a TIFF-F file.uniqTmpN - the left part of the pathnames of the individual fax pages to be extracted from the TIFF-F file.dotfax - the right part of the individual fax page pathnames. Should end with ".fax".
InterruptedException
IOException
public static final void completeDeTiff(String tiffff,
String[] pre_detiffed_pages,
Dictionary _faxParams)
public static final void File__delete(String tmp)
throws Exception
Exception
public static final boolean File__renameTo(String _old,
String _new)
public static final boolean File__exists(String tmp)
throws Exception
Exceptionpublic static final int File__length(String tmp)
public static final boolean File__exists_and_isDirectory(String tmp)
public static final void cleanUpAfterDeTiff(String[] pageArray)
public static final void startUpFax()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||