Home
last modified time | relevance | path

Searched refs:fullLine (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/jar/
DAttributes.java370 ByteArrayOutputStream fullLine = new ByteArrayOutputStream(); in read() local
396 fullLine.write(lbuf, 1, len - 1); in read()
400 value = fullLine.toString(UTF_8); in read()
401 fullLine.reset(); in read()
415 fullLine.reset(); in read()
416 fullLine.write(lbuf, i, len - i); in read()