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