7980818283848586
internalWrite(locale, writer); return writer.toString(); } catch (IOException e) { throw new UndeclaredIOException(e); } }
555657585960616263
{ writer.write(c); } catch (IOException e) { throw new UndeclaredIOException(e); } return this; }
697071727374757677
{ writer.write(chars, off, len); } catch (IOException e) { throw new UndeclaredIOException(e); } return this; }
838485868788899091
{ writer.write(chars, 0, chars.length); } catch (IOException e) { throw new UndeclaredIOException(e); } return this; }
108109110111112113114115116
} } } catch (IOException e) { throw new UndeclaredIOException(e); } return this; }
121122123124125126127128
{ writer.flush(); } catch (IOException e) { throw new UndeclaredIOException(e); } }
133134135136137138139140
7778798081828384858687
outputStream.flush(); return outputStream.getContent(characterEncoding); } catch (IOException e) { throw new UndeclaredIOException(e); } } else if (chars != null) { writer.flush();
195196197198199200201202
writer.write("/>\n"); } } catch (IOException e) { throw new UndeclaredIOException(e); } }
124125126127128129130131
{ writer.write(string); } catch (IOException e) { throw new UndeclaredIOException(e); } }