//-b
LongParam bOption = (LongParam) cmdLineHandler.getOption(SplitParsedCommand.B_ARG);
if(SplitParsedCommand.S_SIZE.equals(parsedCommandDTO.getSplitType())){
if(bOption.isSet()){
parsedCommandDTO.setSplitSize(new Long(bOption.longValue()));
}else{
throw new ParseException(ParseException.ERR_NO_B);
}
}else{
if(bOption.isSet()){