| Modifier and Type | Field and Description |
|---|---|
private BlobT |
blob |
private FileSystem |
fs |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
BlobPath(FileSystem fs,
BlobT blob) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Path other) |
abstract void |
delete() |
boolean |
equals(java.lang.Object obj) |
BlobT |
getBlob() |
java.lang.String |
getBlobName() |
FileSystem |
getFileSystem() |
int |
hashCode() |
static java.lang.String |
normalizePath(java.lang.String path) |
abstract java.io.InputStream |
reader() |
abstract java.io.OutputStream |
writer() |
private static final long serialVersionUID
private final FileSystem fs
public BlobPath(FileSystem fs, BlobT blob)
public FileSystem getFileSystem()
getFileSystem in interface Pathpublic BlobT getBlob()
public java.lang.String getBlobName()
public int compareTo(@Nonnull
Path other)
compareTo in interface java.lang.Comparable<Path>public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic static java.lang.String normalizePath(java.lang.String path)
Copyright © 2017–2021. All rights reserved.