Searched refs:decodedChars (Results 1 – 1 of 1) sorted by relevance
56 private CharBuffer decodedChars; field in LoggingPrintStream126 decodedChars = CharBuffer.allocate(80); in write()144 coderResult = decoder.decode(encodedBytes, decodedChars, false); in write()147 decodedChars.flip(); in write()148 builder.append(decodedChars); in write()149 decodedChars.clear(); in write()