Package io.keikai.doc.io.importer
Interface Importer
public interface Importer
An interface to import file to a
DocumentModel.- Author:
- Jamson Chan
-
Method Summary
-
Method Details
-
imports
Import a file to aDocumentModel.- Parameters:
is- theInputStreamof the file to be imported- Returns:
- the imported
DocumentModel - Throws:
IOException- if an I/O error occurs
-
imports
Import a file to aDocumentModel.- Parameters:
file- theFileto be imported- Returns:
- the imported
DocumentModel - Throws:
IOException- if an I/O error occurs
-
imports
Import a file to aDocumentModel.- Parameters:
url- theURLof the file to be imported- Returns:
- the imported
DocumentModel - Throws:
IOException- if an I/O error occurs
-