Package | Description |
---|---|
com.google.cloud |
Core classes for the
google-cloud library. |
com.google.cloud.storage |
A client for Cloud Storage - Unified object storage.
|
Modifier and Type | Method and Description |
---|---|
RestorableState<ReadChannel> |
ReadChannel.capture()
Captures the read channel state so that it can be saved and restored afterwards.
|
Modifier and Type | Method and Description |
---|---|
ReadChannel |
Blob.reader(Blob.BlobSourceOption... options)
Returns a
ReadChannel object for reading this blob's content. |
ReadChannel |
Storage.reader(BlobId blob,
Storage.BlobSourceOption... options)
Returns a channel for reading the blob's content.
|
ReadChannel |
Storage.reader(String bucket,
String blob,
Storage.BlobSourceOption... options)
Returns a channel for reading the blob's content.
|
Copyright © 2019 Google LLC. All rights reserved.