public class BasicHashedVirtualFileRef extends BasicVirtualFileRef implements HashedVirtualFileRef
Modifier | Constructor and Description |
---|---|
protected |
BasicHashedVirtualFileRef(java.lang.String id,
java.lang.String contentHashStr,
long sizeBytes) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
contentHashStr() |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
long |
sizeBytes() |
java.lang.String |
toString() |
id, name, names, withId
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
of, of
id, name, names, of
protected BasicHashedVirtualFileRef(java.lang.String id, java.lang.String contentHashStr, long sizeBytes)
public java.lang.String contentHashStr()
contentHashStr
in interface HashedVirtualFileRef
public long sizeBytes()
sizeBytes
in interface HashedVirtualFileRef
public java.lang.String toString()
toString
in class BasicVirtualFileRef
public boolean equals(java.lang.Object o)
equals
in class BasicVirtualFileRef
public int hashCode()
hashCode
in class BasicVirtualFileRef