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