19package org.openoffice.xmerge;
21import java.io.OutputStream;
22import java.io.InputStream;
23import java.io.IOException;
51 void write(OutputStream os)
throws IOException;
64 void read(InputStream is)
throws IOException;
A Document represents any Document to be converted and the resulting Document from any conversion.
void write(OutputStream os)
Writes out the Document content to the specified OutputStream.
String getName()
Returns the Document name with no file extension.
String getFileName()
Returns the Document name with file extension.
void read(InputStream is)
Reads the content from the InputStream into the Document.