I have the following line of code :
private ByteArrayOutputStream baos = new ByteArrayOutputStream(); baos.writeTo(FILE);
Due to some restric