public class NimbusBlobStore.NimbusDownloadInputStream extends InputStreamWithMeta
Constructor and Description |
---|
NimbusDownloadInputStream(BeginDownloadResult beginBlobDownload) |
Modifier and Type | Method and Description |
---|---|
int |
available() |
long |
getFileLength() |
long |
getVersion() |
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int len) |
close, mark, markSupported, reset, skip
public NimbusDownloadInputStream(BeginDownloadResult beginBlobDownload)
public long getVersion() throws IOException
getVersion
in class InputStreamWithMeta
IOException
public int read() throws IOException
read
in class InputStream
IOException
public int read(byte[] b, int off, int len) throws IOException
read
in class InputStream
IOException
public int read(byte[] b) throws IOException
read
in class InputStream
IOException
public int available()
available
in class InputStream
public long getFileLength()
getFileLength
in class InputStreamWithMeta
Copyright © 2022 The Apache Software Foundation. All rights reserved.