Searched refs:getContentLength (Results 1 – 12 of 12) sorted by relevance
70 public abstract int getContentLength() throws IOException; in getContentLength() method in Resource100 len = getContentLength(); in getBytes()
774 public int getContentLength() throws IOException {775 return uc.getContentLength();998 public int getContentLength()1309 public int getContentLength() throws IOException
216 standardJarUrlConnection.getContentLength(), in assertBehaviorSame()217 actualJarUrlConnection.getContentLength()); in assertBehaviorSame()
85 public int getContentLength() { in getContentLength() method in URLConnection
193 public int getContentLength() { in getContentLength() method
275 u.openConnection().getContentLength()); in test_getContentLength()280 u.openConnection().getContentLength()); in test_getContentLength()
196 public int getContentLength() { in getContentLength() method in URLConnection
440 assertEquals(testString.getBytes().length, fileURLCon.getContentLength());441 assertEquals(Support_TestWebData.test1.length, uc.getContentLength());442 assertEquals(Support_TestWebData.test2.length, uc2.getContentLength());445 assertTrue(gifURLCon.getContentLength() > 0);461 assertTrue(jarURLCon.getContentLength() > 0);
155 public int getContentLength() { in getContentLength() method in FileURLConnection
173 public int getContentLength() { in getContentLength() method in JarURLConnection
243 int contentLength = con.getContentLength(); in check()
490 public int getContentLength() { in getContentLength() method in URLConnection