}
public void run(Request r) throws IOException {
BlobInfoFactory bif = new BlobInfoFactory(
DatastoreServiceFactory.getDatastoreService());
Iterator<BlobInfo> i = bif.queryBlobInfos();
List<BlobInfo> res = new ArrayList();
// System.out.println("VIEW BLOB BEGIN");
while (i.hasNext()) {
BlobInfo bi = i.next();
res.add(bi);