9293949596979899100101
pos = build.getLogText().writeLogTo(pos, bao); } res = new ByteArrayInputStream(bao.toByteArray()); if(compress) { ZipDataSource z = new ZipDataSource(getName(), res); res = z.getInputStream(); } return res; }