blob: 1e3a2c9b70951f94a3169def8c7db1626243653c [file] [log] [blame]
public int foo(int size, int max) {
if (size < max) {
try {
size=(long)stream.available();
} catch (IOException e) {
}
} else if (size == max) {
++size;
} else {
--size;
}
return size;
}