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

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

The newest version!
package com.google.appengine.api.blobstore;

import java.io.IOException;
import java.io.InputStream;

/**
 *
 * @author os
 */
public class BlobstoreInputStream extends InputStream {

    public BlobstoreInputStream(BlobKey blobKey) throws IOException {
    }

    @Override
    public int read() throws IOException {
        throw new UnsupportedOperationException("Not supported yet.");
    }
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy