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