public class AzureBlockBlobAutoAbortingInputStream extends AutoAbortingGenericInputStream
Modifier and Type | Method and Description |
---|---|
int |
available() |
void |
close() |
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int len) |
long |
skip(long n) |
abort
mark, markSupported, reset
public int read() throws IOException
read
in class AutoAbortingGenericInputStream
IOException
public int read(byte[] b) throws IOException
read
in class AutoAbortingGenericInputStream
IOException
public int read(byte[] b, int off, int len) throws IOException
read
in class AutoAbortingGenericInputStream
IOException
public void close()
close
in interface Closeable
close
in interface AutoCloseable
close
in class AutoAbortingGenericInputStream
public int available() throws IOException
available
in class AutoAbortingGenericInputStream
IOException
public long skip(long n) throws IOException
skip
in class AutoAbortingGenericInputStream
IOException