110111112113114115116117
@Override public BlockMgr buildBlockMgr(FileSet fileSet, String ext, int blockSize) { BlockMgr blkMgr = other.buildBlockMgr(fileSet, ext, blockSize) ; blkMgr = new BlockMgrLogger(blkMgr.getLabel(), blkMgr, true) ; return blkMgr ; }
113114115116117118119120
112113114115116117118119
111112113114115116117118