Class DAVEditorHandler.DeltaOutputStreamWrapper

  • All Implemented Interfaces:
    java.io.Closeable, java.io.Flushable, java.lang.AutoCloseable
    Enclosing class:
    DAVEditorHandler

    private class DAVEditorHandler.DeltaOutputStreamWrapper
    extends java.io.OutputStream
    • Field Detail

      • myIsDelta

        private boolean myIsDelta
      • myPath

        private java.lang.String myPath
    • Constructor Detail

      • DeltaOutputStreamWrapper

        public DeltaOutputStreamWrapper​(boolean isDelta,
                                        java.lang.String path)
    • Method Detail

      • 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,
                          int off,
                          int len)
                   throws java.io.IOException
        Overrides:
        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