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