public class Blob
Binary large object, which might be stored either on remote storage or downloaded into local storage
public Blob(@NotNull
java.lang.String localPath,
@NotNull
java.lang.String remotePath)
Binary large object, which might be stored either on remote storage or downloaded into local storage
localPath - Local path of binary fileremotePath - Path of binary file on remote storage (server)public boolean equals(@Nullable
java.lang.Object o)
public int hashCode()
@NotNull public java.lang.String toString()
@NotNull public java.lang.String getLocalPath()
Local path of binary file
@NotNull public java.lang.String getRemotePath()
Path of binary file on remote storage
(server)