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