net.sf.jooreports.opendocument
Class OpenDocumentArchive
java.lang.Object
net.sf.jooreports.opendocument.OpenDocumentArchive
public class OpenDocumentArchive
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ENTRY_CONTENT
public static final java.lang.String ENTRY_CONTENT
- See Also:
- Constant Field Values
ENTRY_MANIFEST
public static final java.lang.String ENTRY_MANIFEST
- See Also:
- Constant Field Values
ENTRY_SETTINGS
public static final java.lang.String ENTRY_SETTINGS
- See Also:
- Constant Field Values
OpenDocumentArchive
public OpenDocumentArchive()
getEntryNames
public java.util.Set getEntryNames()
getEntryInputStream
public java.io.InputStream getEntryInputStream(java.lang.String entryName)
getEntryReader
public java.io.Reader getEntryReader(java.lang.String entryName)
getEntryOutputStream
public java.io.OutputStream getEntryOutputStream(java.lang.String entryName)
- Returns an
OutputStream
for writing the content of the given entry
- Parameters:
entryName
-
- Returns:
- an
OutputStream
getEntryWriter
public java.io.Writer getEntryWriter(java.lang.String entryName)
- Returns a
Writer
for writing the content of the given entry
- Parameters:
entryName
-
- Returns:
- a
Writer
createCopy
public OpenDocumentArchive createCopy()