Example usage for org.springframework.core.io WritableResource interface-usage

List of usage examples for org.springframework.core.io WritableResource interface-usage

Introduction

In this page you can find the example usage for org.springframework.core.io WritableResource interface-usage.

Usage

From source file org.springframework.cloud.gcp.storage.GoogleStorageResource.java

/**
 * Implements {@link WritableResource} for reading and writing objects in Google Cloud
 * Storage (GCS). An instance of this class represents a handle to a bucket or a blob.
 *
 * @author Vinicius Carvalho
 * @author Mike Eltsufin