| Package | Description |
|---|---|
| com.google.appengine.tools.cloudstorage |
| Modifier and Type | Method and Description |
|---|---|
GcsInputChannel |
GcsService.openPrefetchingReadChannel(GcsFilename filename,
long startPosition,
int blockSizeBytes)
Same as
openReadChannel, but buffers data in memory and prefetches it before it is
required to avoid blocking on most read calls. |
GcsInputChannel |
GcsService.openReadChannel(GcsFilename filename,
long startPosition)
Note that the implementation may check if the file exists during the call to
openReadChannel, or only check it when the first byte is requested. |
Copyright © 2016 Google. All rights reserved.