You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stanislav Koshutsky edited this page Feb 15, 2017
·
4 revisions
This class contains only 1 method actually, which retrieves the content size by given url. It uses HttpURLConnection and its getHeaderField("content-length") method.
public static long getContentSize(final String sUrl)