Searched refs:decodedChars (Results 1 – 1 of 1) sorted by relevance
53 private CharBuffer decodedChars; field in LoggingPrintStream123 decodedChars = CharBuffer.allocate(80); in write()141 coderResult = decoder.decode(encodedBytes, decodedChars, false); in write()144 decodedChars.flip(); in write()145 builder.append(decodedChars); in write()146 decodedChars.clear(); in write()