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