java.lang.Object | ||
↳ | com.google.firebase.storage.StorageTask.SnapshotBase | |
↳ | com.google.firebase.storage.StreamDownloadTask.TaskSnapshot |
Encapsulates state about the running StreamDownloadTask
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Returns | |
---|---|
long |
the total bytes downloaded so far. |
Returns | |
---|---|
InputStream |
The stream that represents downloaded bytes from Storage. This stream should be
closed either in doInBackground(TaskSnapshot, InputStream)
or in OnSuccessListener , OnFailureListener
|
Returns | |
---|---|
long |
the total bytes of the download. |