Class POIReadOnlyDocument

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable
    Direct Known Subclasses:
    HDGFDiagram, HPBFDocument, MAPIMessage

    public abstract class POIReadOnlyDocument
    extends POIDocument
    This holds the common functionality for all read-only POI Document classes, i.e. ones which don't support writing.
    Since:
    POI 3.15 beta 3
    • Method Detail

      • write

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

        public void write​(java.io.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:
        java.lang.IllegalStateException - If you call the method, as writing is not supported
      • write

        public void write​(java.io.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:
        java.lang.IllegalStateException - If you call the method, as writing is not supported