public class ListFilesystemsListFilesystems is a simple program that lists the available NIO filesystems.
Note that the code here doesn't do anything special to link in the google-cloud-nio code. It doesn't use any of its methods.
The README explains how, by just adding the google-cloud-nio JAR in the classpath, this program will magically gain the ability to read files on Google Cloud Storage.
Static Methods
main(String[] args)
public static void main(String[] args)See the class documentation.
| Parameter | |
|---|---|
| Name | Description |
args |
String[] |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
Constructors
ListFilesystems()
public ListFilesystems()