169170171172173174175176177178179
tmp.put(cb); cb = tmp; continue; } if (result.isError() || result.isMalformed()) { throw new Utf8DecodingException(); } } return res; }
153154155156157158159160161162163
tmp.put(cb); cb = tmp; continue; } if (result.isError() || result.isMalformed()) { throw new Utf8DecodingException(); } } return reason; }