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