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