717718719720721722723724725726727
} int data; while ((data = is.read()) >= 0) { bytes.writeByte((byte) data); } bytes.reset(); return bytes;