Class OpenDocumentArchive


  • public class OpenDocumentArchive
    extends java.lang.Object
    • 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:
        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