public abstract class AbstractMinioResourceWith<T> extends AbstractMinioResource implements WithSelf<T>
Modifier | Constructor and Description |
---|---|
protected |
AbstractMinioResourceWith(T with,
CharSequence description) |
protected |
AbstractMinioResourceWith(T with,
CharSequence format,
Object... args) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
int |
hashCode() |
T |
self() |
String |
toString() |
getDescription, getFile, getFilename, isFile, isOpen, isReadable
contentLength, createRelative, exists, getFileForLastModifiedCheck, getURI, getURL, lastModified, readableChannel
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getInputStream
protected AbstractMinioResourceWith(@NonNull T with, @NonNull CharSequence description)
public boolean equals(Object other)
equals
in class AbstractMinioResource
public int hashCode()
hashCode
in class AbstractMinioResource
@NonNull public String toString()
toString
in class AbstractMinioResource