Hi,
I'm totally mixed up because according to my knowledge when you use '&&' in a condition like:
It should check if the first one is true, if not it won't even check the second condition. Right ?Code:while ((inputStream.available() > 0) && (bufferUsed = inputStream.read(buffer)) > 0){

Reply With Quote

