blob: b969cae83a372d91d8933fbb789e0c09d05cc10d [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;
}