93949596979899100
boolean decompressConcatenated) throws IOException { if (decompressConcatenated) { in = new XZInputStream(inputStream); } else { in = new SingleXZInputStream(inputStream); } }