LibreOffice Module xmerge (master)
1
|
A. More...
Public Member Functions | |
Document | deserialize (String deviceURL, String officeURL) throws ConvertException, IOException |
Convert the data passed into the. More... | |
![]() | |
ConvertData | serialize () throws ConvertException, IOException |
Convert the data passed into the. More... | |
A.
represents a converter that converts "Device"
objects into the "Office"
format.
The
createDocumentDeserializer method creates a
, which may or may not implement
. When it is constructed, a
object is passed in to be used as input.
Definition at line 38 of file DocumentDeserializer2.java.
Document org.openoffice.xmerge.DocumentDeserializer2.deserialize | ( | String | deviceURL, |
String | officeURL | ||
) | throws ConvertException, IOException |
Convert the data passed into the.
constructor into the "Office"
format.
The URL's passed may be used to resolve links and to choose the name of the output office document.
This method may or may not be thread-safe. It is expected that the user code does not call this method in more than one thread. And for most cases, this method is only done once.
deviceURL | URL of the device document (may be null if unknown) |
officeURL | URL of the office document (may be null if unknown) |
ConvertException | If any Convert error occurs. |
IOException | If any I/O error occurs. |