Class BlobKey
java.lang.Object
com.google.appengine.api.blobstore.BlobKey
- All Implemented Interfaces:
Serializable
,Comparable<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.- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BlobKey
Construct a newBlobKey
with the specified key string.- Throws:
IllegalArgumentException
- If the specified string was null.
-
-
Method Details
-
getKeyString
Returns the blob key as a String. -
hashCode
public int hashCode() -
equals
TwoBlobKey
objects are considered equal if they point to the same blobs. -
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<BlobKey>
-