|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.appengine.api.blobstore.BlobKey
public final class BlobKey
BlobKey
contains the string identifier of a large (possibly
larger than 1MB) blob of binary data that was uploaded in a
previous request and can be streamed directly to users.
Constructor Summary | |
---|---|
BlobKey(java.lang.String blobKey)
Construct a new BlobKey with the specified key string. |
Method Summary | |
---|---|
int |
compareTo(BlobKey o)
|
boolean |
equals(java.lang.Object object)
Two BlobKey objects are considered equal if they point
to the same blobs. |
java.lang.String |
getKeyString()
Returns the blob key as a String. |
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BlobKey(java.lang.String blobKey)
BlobKey
with the specified key string.
java.lang.IllegalArgumentException
- If the specified string was null.Method Detail |
---|
public java.lang.String getKeyString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object object)
BlobKey
objects are considered equal if they point
to the same blobs.
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public int compareTo(BlobKey o)
compareTo
in interface java.lang.Comparable<BlobKey>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |