extractUsingFile
extractUsingFile(file: File);
The extractUsingFile method of the JadeBytes class extracts the binary content of the receiver using a File object specified by the file parameter. If the file specified by the file parameter is not open, an exception is raised.
Examples where you would use this method instead of the extractToFile method include:
-
Converting a text file from ANSI to Unicode
-
Opening the output file on a presentation client