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