192193194195196197198199200201202
@Test public void writeTest() throws Exception { IFileSystem fs = new FileSystem(Constants.ROOT_PATH); fs.create(0); fs.open(); ArrayList<Block> blocks = new ArrayList<Block>(); ArrayList<BlockId> blockIds = new ArrayList<BlockId>();