public class S3BackendResourceAbortableInputStream extends org.apache.commons.io.input.ProxyInputStream implements BackendResourceAbortable
InputStream
wrapper to implement BackendResourceAbortable
.in
Constructor and Description |
---|
S3BackendResourceAbortableInputStream(com.amazonaws.services.s3.model.S3ObjectInputStream s3input)
Construct with the given backend
S3ObjectInputStream instance. |
Modifier and Type | Method and Description |
---|---|
void |
abort()
Abort the underlying backend resource(s).
|
public S3BackendResourceAbortableInputStream(com.amazonaws.services.s3.model.S3ObjectInputStream s3input)
S3ObjectInputStream
instance.s3input
- public void abort()
BackendResourceAbortable
abort
in interface BackendResourceAbortable
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.