blob: 12d045b222579dfa12ffb3b2c9b239fe648a5b79 [file] [log] [blame]
public int foo(int size, int max) {
try {
size = (long) stream.available();
} catch (IOException e) {
/* empty block */
}
return size;
}