public abstract class AbstractMinioResource extends AbstractResource
Modifier | Constructor and Description |
---|---|
protected |
AbstractMinioResource(CharSequence description) |
protected |
AbstractMinioResource(CharSequence format,
Object... args) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
String |
getDescription() |
File |
getFile() |
String |
getFilename() |
int |
hashCode() |
boolean |
isFile() |
boolean |
isOpen() |
boolean |
isReadable() |
String |
toString() |
contentLength, createRelative, exists, getFileForLastModifiedCheck, getURI, getURL, lastModified, readableChannel
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getInputStream
protected AbstractMinioResource(@NonNull CharSequence description)
protected AbstractMinioResource(@NonNull CharSequence format, @NonNull Object... args)
public boolean isFile()
isFile
in interface Resource
isFile
in class AbstractResource
public boolean isOpen()
isOpen
in interface Resource
isOpen
in class AbstractResource
public boolean isReadable()
isReadable
in interface Resource
isReadable
in class AbstractResource
@Nullable public String getFilename()
getFilename
in interface Resource
getFilename
in class AbstractResource
@Nullable public File getFile() throws IOException
getFile
in interface Resource
getFile
in class AbstractResource
IOException
public boolean equals(Object other)
equals
in class AbstractResource
public int hashCode()
hashCode
in class AbstractResource
@NonNull public String toString()
toString
in class AbstractResource