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>
APathrepresentation of a remoteBlob.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGCloudBlobPath.GCloudBlob
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()Delete thisPath.static GCloudBlobPathof(FileSystem fs, com.google.cloud.storage.Blob blob)static GCloudBlobPathof(FileSystem fs, GCloudBlobPath.GCloudBlob blob)java.io.InputStreamreader()Open input stream from given Path.java.io.OutputStreamwriter()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:PathOpen input stream from given Path.
-
writer
public java.io.OutputStream writer()
Description copied from interface:PathOpen output stream to the Path.
-
-