167168169170171172173174175176177
tmp.put(cb); cb = tmp; continue; } if (result.isError() || result.isMalformed()) { throw new Utf8DecodingError("Illegal UTF-8 Sequence"); } } return res; }
148149150151152153154155156157158
tmp.put(cb); cb = tmp; continue; } if (result.isError() || result.isMalformed()) { throw new Utf8DecodingError("Illegal UTF-8 Sequence"); } } return reason; }