public class FileBasedBlobValueItem extends java.lang.Object implements BlobVaultItem
| Constructor and Description |
|---|
FileBasedBlobValueItem(@NotNull java.io.File file,
long handle) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists() |
long |
getHandle() |
@NotNull java.lang.String |
getLocation() |
java.lang.String |
toString() |
public FileBasedBlobValueItem(@NotNull
@NotNull java.io.File file,
long handle)
public long getHandle()
getHandle in interface BlobVaultItem@NotNull public @NotNull java.lang.String getLocation()
getLocation in interface BlobVaultItempublic boolean exists()
exists in interface BlobVaultItempublic java.lang.String toString()
toString in class java.lang.Object