Yegor Kozlov-4 wrote
> 
> 
> Compare the number of bytes written on the server side and the number
> of bytes received by the client. Are they equal?
> 
> 


To do this I have modified code such that I am writing a file using
FileOutputStream onto a temp folder on the server (to know bytes on server )
and then reading this file and writing it to response.getOutputStream(). I
have compared the sizes of these 2 files and found that there is a
difference of 35 bytes between the 2 files. I tried comparing these files
using beyond compare and saw few extra characters in the file client end
(response.getOutputStream()) but those were in binary.

--
View this message in context: 
http://apache-poi.1045710.n5.nabble.com/Unreadable-Content-using-XSSF-POI-3-8-while-writing-to-response-getOutputStream-tp5710172p5710183.html
Sent from the POI - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to