assertEquals(len, data.length);
return data;
}
public static void main(String... args) throws Exception {
FileBlobStore store = new FileBlobStore("target/temp");
// DbBlobStore store = new DbBlobStore();
// store.setConnectionPool(JdbcConnectionPool.create("jdbc:h2:target/test;log=0;undo_log=0", "", ""));
String id = addFiles(store, "~/temp/ds");