| Package | Description |
|---|---|
| com.google.cloud |
Core classes for the
google-cloud library. |
| Modifier and Type | Method and Description |
|---|---|
default ReadChannel |
ReadChannel.limit(long limit)
Limit the maximum number of bytes to be read from the objects content, counting from the
beginning of the object, which will be available to read from this channel.
|
| Modifier and Type | Method and Description |
|---|---|
RestorableState<ReadChannel> |
ReadChannel.capture()
Captures the read channel state so that it can be saved and restored afterwards.
|
Copyright © 2023 Google LLC. All rights reserved.