19202122232425
public static final long SIZE = 10 * AbstractStreamingCapacityTestCase.ONE_MB; // whether this is declared to return Object or InputStream makes no difference public Object doSomething(Object request) { return new BigInputStream(SIZE, 10); }
15161718192021