Package org.apache.jackrabbit.aws.ext.ds
Class S3BackendResourceAbortableInputStream
- java.lang.Object
- 
- java.io.InputStream
- 
- java.io.FilterInputStream
- 
- org.apache.commons.io.input.ProxyInputStream
- 
- org.apache.jackrabbit.aws.ext.ds.S3BackendResourceAbortableInputStream
 
 
 
 
- 
- All Implemented Interfaces:
- Closeable,- AutoCloseable,- BackendResourceAbortable
 
 public class S3BackendResourceAbortableInputStream extends org.apache.commons.io.input.ProxyInputStream implements BackendResourceAbortable S3 Backend basedInputStreamwrapper to implementBackendResourceAbortable.
- 
- 
Field Summary- 
Fields inherited from class java.io.FilterInputStreamin
 
- 
 - 
Constructor SummaryConstructors Constructor Description S3BackendResourceAbortableInputStream(com.amazonaws.services.s3.model.S3ObjectInputStream s3input)Construct with the given backendS3ObjectInputStreaminstance.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidabort()Abort the underlying backend resource(s).- 
Methods inherited from class org.apache.commons.io.input.ProxyInputStreamafterRead, available, beforeRead, close, handleIOException, mark, markSupported, read, read, read, reset, skip, unwrap
 - 
Methods inherited from class java.io.InputStreamnullInputStream, readAllBytes, readNBytes, readNBytes, transferTo
 
- 
 
- 
- 
- 
Method Detail- 
abortpublic void abort() Description copied from interface:BackendResourceAbortableAbort the underlying backend resource(s).- Specified by:
- abortin interface- BackendResourceAbortable
 
 
- 
 
-