Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
blob: 95fa2745810d4631a118155275566ee0c498f866 (plain) (blame)
1
2
3
4
5
6
7
8
public int foo(int size, int max) {

	try {
	size=(long)stream.available();
	} catch (IOException e) {
	}
	return size;
}

Back to the top