Searched refs:INPUT_BUFFER_SIZE_IN_BYTES (Results 1 – 1 of 1) sorted by relevance
47 private static final int INPUT_BUFFER_SIZE_IN_BYTES = 1024; field in URLFetcher141 byte[] buffer = new byte[INPUT_BUFFER_SIZE_IN_BYTES]; in inputStreamToString()