All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.appengine.api.blobstore.BlobKey Maven / Gradle / Ivy

package com.google.appengine.api.blobstore;

/**
 *
 * @author os
 */
public class BlobKey {
    
    public BlobKey(String keyString) {
        throw new UnsupportedOperationException("Not supported yet.");
    }
    
    public String getKeyString() {
        throw new UnsupportedOperationException("Not supported yet.");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy