Searched refs:firstLine (Results 1 – 2 of 2) sorted by relevance
83 String firstLine = br.readLine(); in run() local93 …if (!firstLine.startsWith(hdr)) throw new RuntimeException("wrong format:"+firstLine +" isDex=" + … in run()98 String classO = firstLine.substring(hdr.length()).trim(); in run()
165 boolean firstLine = true; in reformatRepeatedStreams()167 if (!firstLine) { in reformatRepeatedStreams()170 firstLine = false; in reformatRepeatedStreams()