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