net.sf.jooreports.opendocument
Class OpenDocumentArchive

java.lang.Object
  extended by net.sf.jooreports.opendocument.OpenDocumentArchive

public class OpenDocumentArchive
extends java.lang.Object


Field Summary
static java.lang.String ENTRY_CONTENT
           
static java.lang.String ENTRY_MANIFEST
           
static java.lang.String ENTRY_SETTINGS
           
 
Constructor Summary
OpenDocumentArchive()
           
 
Method Summary
 OpenDocumentArchive createCopy()
           
 java.io.InputStream getEntryInputStream(java.lang.String entryName)
           
 java.util.Set getEntryNames()
           
 java.io.OutputStream getEntryOutputStream(java.lang.String entryName)
          Returns an OutputStream for writing the content of the given entry
 java.io.Reader getEntryReader(java.lang.String entryName)
           
 java.io.Writer getEntryWriter(java.lang.String entryName)
          Returns a Writer for writing the content of the given entry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

OpenDocumentArchive

public OpenDocumentArchive()
Method Detail

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:

getEntryWriter

public java.io.Writer getEntryWriter(java.lang.String entryName)
Returns a Writer for writing the content of the given entry

Parameters:
entryName -
Returns:

createCopy

public OpenDocumentArchive createCopy()