public abstract class ResourceSupport extends java.lang.Object implements Resource
| Constructor and Description |
|---|
ResourceSupport() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
byte[] |
getMd5() |
long |
getSize() |
int |
hashCode() |
void |
release() |
java.lang.String |
toString() |
void |
touch() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetLastModified, getType, isExisting, isGenerated, openInputStreampublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object@Nonnull
public byte[] getMd5()
throws java.io.IOException
public long getSize()
throws java.io.IOException
public void touch()
throws java.io.IOException
Copyright © 2015 echocat. All Rights Reserved.