Searched refs:blString (Results 1 – 2 of 2) sorted by relevance
244 private static File createFileFromStr(String blString) throws IOException { in createFileFromStr() argument247 stream.write(blString.getBytes()); in createFileFromStr()
457 private static synchronized void writeToCache(String blString, String baseUrl, String params, in writeToCache() argument465 FileUtil.writeToFile(blString, cachedFile); in writeToCache()