| GoogleStorage |
Adapter for Google Storage client.
|
| GoogleStorageBucket |
A storage bucket implementation based on Google Storage.
|
| GSInputStream |
A simple InputStream wrapper, that converts StorageExceptions to IOExceptions, as expected.
|
| GSOutputStream |
A simple OutputStream wrapper, that converts StorageExceptions to IOExceptions, as expected.
|
| SlicedTransferFileHandler |
Takes part in sliced transfer, making sure that:
1) The local file writer is created lazilly, only when we start downloading a slice belonging to the file
2) The local file's writer is closed immediately after writing the last slice of the file
|
| SliceTransferJobDetails |
Contains the details of a specific slice to be transferred, including the read/write handles.
|