295296297298299300301302303304305
CharBuffer cbuf = decoder.decode(ByteBuffer.wrap(b)); String result = cbuf.toString(); if(logger.isInfoEnabled()) t.printElapsedTimeMicro("Decoding took"); return result; } /** * This method reads a file from the disk into a string.