261262263264265266267268269270271
if (length == 0) { done = true; continue; } char[] chars = new char[length]; allChars.reset(); allChars.get(chars, 0, length); String encodable = String.copyValueOf(chars); result.add(encodable); if (coderResult.isUnderflow()) { done = true;