106107108109110111112113114115116
case 0: return new Siren10VIntPostingsFormat(blockSize); case 1: return new Siren10AForPostingsFormat(blockSize); default: throw new InvalidParameterException(); } }