Class POIReadOnlyDocument

    • Method Detail

      • write

        public void write()
        Note - writing is not yet supported for this file format, sorry.
        Specified by:
        write in class POIDocument
        Throws:
        IllegalStateException - If you call the method, as writing is not supported
      • write

        public void write​(File file)
        Note - writing is not yet supported for this file format, sorry.
        Specified by:
        write in class POIDocument
        Parameters:
        file - The new File to write to.
        Throws:
        IllegalStateException - If you call the method, as writing is not supported
      • write

        public void write​(OutputStream out)
        Note - writing is not yet supported for this file format, sorry.
        Specified by:
        write in class POIDocument
        Parameters:
        out - The stream to write to.
        Throws:
        IllegalStateException - If you call the method, as writing is not supported