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