Assert.isTrue(limit == 256 || limit == 128 || limit == 64 || limit == 32 || limit == 16 || limit == 8 || limit == 4 || limit == 2 || limit == 1);
mask = (byte) (limit - 1);
}
public UniversalUniqueIdentifier addBlob(IFileStore target, boolean moveContents) throws CoreException {
UniversalUniqueIdentifier uuid = new UniversalUniqueIdentifier();
folderFor(uuid).mkdir(EFS.NONE, null);
IFileStore destination = fileFor(uuid);
if (moveContents)
target.move(destination, EFS.NONE, null);
else