Class NuxeoContentStream.LazyInputStream

    • Method Detail

      • beforeRead

        protected void beforeRead​(int n)
        Overrides:
        beforeRead in class org.apache.commons.io.input.ProxyInputStream
      • skip

        public long skip​(long ln)
                  throws IOException
        Overrides:
        skip in class org.apache.commons.io.input.ProxyInputStream
        Throws:
        IOException
      • mark

        public void mark​(int readlimit)
        Overrides:
        mark in class org.apache.commons.io.input.ProxyInputStream
      • reset

        public void reset()
                   throws IOException
        Overrides:
        reset in class org.apache.commons.io.input.ProxyInputStream
        Throws:
        IOException
      • markSupported

        public boolean markSupported()
        Overrides:
        markSupported in class org.apache.commons.io.input.ProxyInputStream