Class GCloudBlobPath
- java.lang.Object
-
- cz.o2.proxima.direct.io.blob.BlobPath<GCloudBlobPath.GCloudBlob>
-
- cz.o2.proxima.direct.io.gcloud.storage.GCloudBlobPath
-
@Internal public class GCloudBlobPath extends BlobPath<GCloudBlobPath.GCloudBlob>
APath
representation of a remoteBlob
.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GCloudBlobPath.GCloudBlob
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delete()
Delete thisPath
.static GCloudBlobPath
of(FileSystem fs, com.google.cloud.storage.Blob blob)
static GCloudBlobPath
of(FileSystem fs, GCloudBlobPath.GCloudBlob blob)
java.io.InputStream
reader()
Open input stream from given Path.java.io.OutputStream
writer()
Open output stream to the Path.-
Methods inherited from class cz.o2.proxima.direct.io.blob.BlobPath
compareTo, equals, getBlob, getBlobName, getFileSystem, hashCode, normalizePath, toString
-
-
-
-
Method Detail
-
of
public static GCloudBlobPath of(FileSystem fs, com.google.cloud.storage.Blob blob)
-
of
public static GCloudBlobPath of(FileSystem fs, GCloudBlobPath.GCloudBlob blob)
-
reader
public java.io.InputStream reader()
Description copied from interface:Path
Open input stream from given Path.
-
writer
public java.io.OutputStream writer()
Description copied from interface:Path
Open output stream to the Path.
-
-