Class CloudStorageFileSystemProvider

java.lang.Object
java.nio.file.spi.FileSystemProvider
com.google.cloud.storage.contrib.nio.CloudStorageFileSystemProvider

@Singleton @ThreadSafe public final class CloudStorageFileSystemProvider extends FileSystemProvider
Google Cloud Storage FileSystemProvider implementation.

Note: This class should never be used directly. This class is instantiated by the service loader and called through a standardized API, e.g. Files. However the javadocs in this class serve as useful documentation for the behavior of the Google Cloud Storage NIO library.