Class AbstractArtifactRepository2.CommittingArtifactOutputStream

  • All Implemented Interfaces:
    java.io.Closeable, java.io.Flushable, java.lang.AutoCloseable, org.eclipse.equinox.internal.provisional.p2.repository.IStateful
    Enclosing class:
    AbstractArtifactRepository2

    private class AbstractArtifactRepository2.CommittingArtifactOutputStream
    extends java.io.OutputStream
    implements org.eclipse.equinox.internal.provisional.p2.repository.IStateful
    • Field Detail

      • artifactOutputStream

        final java.io.OutputStream artifactOutputStream
      • externallySetStatus

        private org.eclipse.core.runtime.IStatus externallySetStatus
    • Method Detail

      • setStatus

        public void setStatus​(org.eclipse.core.runtime.IStatus status)
        Specified by:
        setStatus in interface org.eclipse.equinox.internal.provisional.p2.repository.IStateful
      • getStatus

        public org.eclipse.core.runtime.IStatus getStatus()
        Specified by:
        getStatus in interface org.eclipse.equinox.internal.provisional.p2.repository.IStateful
      • close

        public void close()
                   throws java.io.IOException
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Overrides:
        close in class java.io.OutputStream
        Throws:
        java.io.IOException
      • write

        public void write​(int b)
                   throws java.io.IOException
        Specified by:
        write in class java.io.OutputStream
        Throws:
        java.io.IOException
      • write

        public void write​(byte[] b)
                   throws java.io.IOException
        Overrides:
        write in class java.io.OutputStream
        Throws:
        java.io.IOException
      • write

        public void write​(byte[] b,
                          int off,
                          int len)
                   throws java.io.IOException
        Overrides:
        write in class java.io.OutputStream
        Throws:
        java.io.IOException
      • flush

        public void flush()
                   throws java.io.IOException
        Specified by:
        flush in interface java.io.Flushable
        Overrides:
        flush in class java.io.OutputStream
        Throws:
        java.io.IOException