Question

String data="this we want append in that file";
byte[] getbyte = data.getBytes();
outputstream.write(getbyte);
outputstream.flush();

by using these code i m trying to write data in particlar file but data is not get added it that file

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top