147148149150151152153154155156157
if (str == null) { str = decode(bin.array(), bin.offset(), bin.size(), "UTF-8"); if(bin.hasExcessCapacity()) { str8cache.put(bin.copy(), str); } else { str8cache.put(bin, str); }
146147148149150151152153154155156