Searched refs:UTF8OutputStreamWriter (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/xml/internal/stream/writers/
H A DUTF8OutputStreamWriter.java47 public final class UTF8OutputStreamWriter extends Writer { class in inherits:Writer
62 public UTF8OutputStreamWriter(OutputStream out) { method in class:UTF8OutputStreamWriter
143 throw new IllegalStateException("Attempting to close a UTF8OutputStreamWriter"
H A DXMLStreamWriterImpl.java337 fWriter = new UTF8OutputStreamWriter(os);
346 fWriter = new UTF8OutputStreamWriter(os);
1173 else if (fWriter instanceof UTF8OutputStreamWriter) {
1174 streamEncoding = ((UTF8OutputStreamWriter) fWriter).getEncoding();

Completed in 54 milliseconds