protected class InconsistentS3Object.InconsistentS3InputStream
extends com.amazonaws.services.s3.model.S3ObjectInputStream
in
Constructor and Description |
---|
InconsistentS3InputStream(com.amazonaws.services.s3.model.S3ObjectInputStream wrapped) |
Modifier and Type | Method and Description |
---|---|
void |
abort() |
int |
available() |
void |
close() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
long |
skip(long n) |
abortIfNeeded, getDelegateStream, isAborted, isMetricActivated, mark, markSupported, release, reset
read
public InconsistentS3InputStream(com.amazonaws.services.s3.model.S3ObjectInputStream wrapped)
public void abort()
abort
in class com.amazonaws.services.s3.model.S3ObjectInputStream
public int available() throws IOException
available
in class com.amazonaws.services.s3.model.S3ObjectInputStream
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class com.amazonaws.services.s3.model.S3ObjectInputStream
IOException
public long skip(long n) throws IOException
skip
in class com.amazonaws.internal.SdkFilterInputStream
IOException
public int read() throws IOException
read
in class com.amazonaws.internal.SdkFilterInputStream
IOException
public int read(byte[] b, int off, int len) throws IOException
read
in class com.amazonaws.internal.SdkFilterInputStream
IOException
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.