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