|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Document
A Document
represents any Document
to be converted and the resulting Document
from any
conversion.
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the Document name with no file extension. |
void |
read(java.io.InputStream is)
Reads the content from the InputStream into
the Document . |
Methods inherited from interface writer2latex.api.OutputFile |
---|
getFileName, write |
Method Detail |
---|
void read(java.io.InputStream is) throws java.io.IOException
Reads the content from the InputStream
into
the Document
.
This method may not be thread-safe. Implementations may or may not synchronize this method. User code (i.e. caller) must make sure that calls to this method are thread-safe.
is
- InputStream
to read in the
Document
content.
java.io.IOException
- If any I/O error occurs.java.lang.String getName()
Document
name with no file extension.
Document
name with no file extension.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |