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