Class S3BackendResourceAbortableInputStream

  • All Implemented Interfaces:
    Closeable, AutoCloseable, org.apache.jackrabbit.core.data.BackendResourceAbortable

    public class S3BackendResourceAbortableInputStream
    extends org.apache.commons.io.input.ProxyInputStream
    implements org.apache.jackrabbit.core.data.BackendResourceAbortable
    S3 Backend based InputStream wrapper to implement BackendResourceAbortable.
    • Constructor Detail

      • S3BackendResourceAbortableInputStream

        public S3BackendResourceAbortableInputStream​(com.amazonaws.services.s3.model.S3ObjectInputStream s3input)
        Construct with the given backend S3ObjectInputStream instance.
        Parameters:
        s3input -
    • Method Detail

      • abort

        public void abort()
        Specified by:
        abort in interface org.apache.jackrabbit.core.data.BackendResourceAbortable