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